On Mon, 20 Aug 2001, NeoStar wrote: >shop.c:145: `TRADE_RANGER' undeclared (first use in this function) [...] >145: (IS_RANGER(ch) && NOTRADE_RANGER(shop_nr))) { Since those macros reference to: #define NOTRADE_WARRIOR(i) (IS_SET(SHOP_TRADE_WITH((i)), TRADE_NOWARRIOR)) I'd say you forgot the last name there. ex: #define TRADE_NORANGER (1 << 7) -- George Greer greerga@circlemud.org -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/06/01 PST