From: Fabio G. <fg...@ti...> - 2000-11-22 10:16:33
|
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? Thanks |