parse error before

John Love-Jensen eljay@adobe.com
Thu Nov 10 13:17:00 GMT 2005


Hi Graf,

Because you have:

#define NULL 0;

You probably want:

#define NULL 0

Since the trailing semicolon is going to bollix up your use of the NULL
macro in your if expressions.

HTH,
--Eljay



More information about the Gcc-help mailing list