> > 1320: GET_OBJ_INNATE(OLC_OBJ(d)) = number; > #define GET_OBJ_INNATE(obj) (1) I believe this would get you an lvalue error, as after that macro was expanded you would have? 1 = number; 1 is not a valid lefthand value to be recieving the value of a computation. Ron Hensley +------------------------------------------------------------+ | 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