concatenation of string literals

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Sat Apr 19 06:58:00 GMT 2003


 > README.Portability states
 > 
 >  K+R C did not allow concatenation of string literals like
 > 
 >    "This is a " "single string literal".
 > 
 > but in c-decl.c I find
 > 
 >           error ("variable previously declared `static' redeclared "
 > 		     "`extern'");
 > 
 > Which should be changed?
 > Matt


See:

http://gcc.gnu.org/ml/gcc/2003-03/msg01508.html

We should probably update README.Portability to reflect this.

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu



More information about the Gcc mailing list