it looks alright... heres what its got:
#ifndef __INTERPRETER_C__
extern struct command_info *complete_cmd_info;
#endif
and
struct command_info {
char *command;
char *sort_as;
byte minimum_position;
void (*command_pointer)
(struct char_data *ch, char * argument, int cmd, int subcmd);
sh_int minimum_level;
int subcmd;
};
it wouldnt have anything to do with that #ifndef would it? where do i check
if its definied or not ?
sorry to be bothering everyone with these messages... but im really stumped
here...
Nic Suzor
At 05:39 AM 11/16/96 -0500, grond@grotl.com wrote:
>Ok let's see if it could be one other thing, complete_cmd_info is setup
>using a struct command_info *complete_cmd_info; in interpreter.c
>
>command_info is defined in interpreter.h. Did all the items that were
>suppose to get into command_info make it into interpreter.h.
>
>Compare the new file creation lists, or the file saving routine to make
>sure they all made it in there.
>
>That's the only other thing I can imagine is causing your problem cause
>the lines match our code and our code is running great.
>
>Grond
>
>SENT FROM: GAME ROOM ON THE LAKE BBS (GROTL.COM)
>YOUR PLACE FOR ONLINE ENTERTAINMENT
>PHONE: (704) 664-6742
>
>
>
>
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://cspo.queensu.ca/~fletcher/Circle/list_faq.html |
+-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST