Re: [confused] BPL13

From: Del Minturn (caminturn@EARTHLINK.NET)
Date: 06/04/98


Now that I have all the patch in, this part has me stumped!

alias.c: In function `write_aliases':
alias.c:31: `dummy_mob' undeclared (first use this function)
alias.c:31: (Each undeclared identifier is reported only once

  if(!GET_ALIASES(ch))            <-- 31
    return;

utils.h

#define GET_ALIASES(ch)         CHECK_PLAYER_SPECIAL((ch),
((ch)->player_specials->aliases))

utils.h again
#define CHECK_PLAYER_SPECIAL(ch, var) \
        (((ch)->player_specials == &dummy_mob) ? (log("SYSERR: Mob using
'"#var"' at %s:%d.", __FILE__, __LINE__), (var)) : (var))


now the GET_ALIASES seem to work in other files that it is referenced
in, but what would cause this not to work?
an #include?


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST