This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Digraphs


"Eddy Ilg" <eddy@fericom.net> writes:

> #define TEST(test) {   \
>    }

> /pub/robocontrol/RoboAPI/module.h:71: parse error before `}'

> There is no spaces behind the \. I have used other compilers and this works
> well. 

Could you provide additional information?  I doubt this is a
preprocessor problem.

> I have found out that cpp recognizes the {} as "digraphs".

No, digraphs are the following tokens:

               <:  :>  <%  %>  %:  %:%:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]