From: Greg B. <gb...@po...> - 2000-11-27 05:18:16
|
Fabio Giovagnini wrote: > > Hi , if I write : > #define pippo(X) \ > X=4 > > the compiler (core 2.95.2) tells me "stray '\' in program." > Does a pre-processor option exists to tell the compiler to parse > correctly the expanded macros? You have stray whitespace after the \ character. The gcc-core from CVS handles this just fine. Greg. -- These are my opinions not PPIs. |