inconsistent macro behavior

Reza Roboubi reza@parvan.net
Mon Jul 28 12:28:00 GMT 2008


Reza Roboubi wrote:
> Hi,
> 
> this is the test file:
> 
> $ cat test.c
> #define x "llll
> #define y "
> char * c =3D x y ;

I apologize.  Obviously '3D' on the last line is a typo.  It should be
char * c = x y;

Reza.



More information about the Gcc-help mailing list