This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

concatenation of string literals


Howdy,

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
-- 
Matt Kraai <kraai at alumni dot cmu dot edu>
Debian GNU/Linux Peon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]