Re: act() different 'const' qualifiers?

From: Mike Breuer (mbreuer@new.rr.com)
Date: 04/11/02


> #define CHECK_NULL(pointer, expression) \
>   if ((pointer) == NULL) i = ACTNULL; else i = (expression);
>
> I don't think so, unless I have confused my understanding of const
> assignments? :)

How is "i" declared (HINT: I don't believe it's declared in the global
scope)?  How is ACTNULL declared?

Mike

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT