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.