On Fri, 9 Mar 2001, Eran Levy wrote:
> #ifdef MAX_FEAT
> # define RIGHTLEFT
> #endif
pardon my stupid question, but do you have 'MAX_FEAT' defined anywhere? if
its not defined, you won't have 'RIGHTLEFT' defined here. so make sure
there is a line with:
#define MAX_FEAT
somewhere earlier in that header file, and that this line itself is
not contianed by yet another 'ifdef' and 'endif' pair of lines somehow.
--
guy
"For world domination - press 1,
or dial 0, and please hold, for the creator." -- nob o. dy
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]