warn/croak on "string" "string" auto-joins

Michael N. Moran mike@mnmoran.org
Thu Aug 19 21:32:00 GMT 2004


Kai Henningsen wrote:
> Without intervening line feed is pretty much the *only* way I use  
> automatic concatenation. I can't immediately think of a single good reason  
> to use it *with* intervening line feed ...

I use this form occasionally just to keep
long strings formatted well for source code.
YMMV

printf(	"This is the first line"
	"and this is the second.\n"
	);



-- 
Michael N. Moran           (h) 770 516 7918
5009 Old Field Ct.         (c) 678 521 5460
Kennesaw, GA, USA 30144    http://mnmoran.org

"... abstractions save us time working, but they don't
  save us time learning."
Joel Spolsky, The Law of Leaky Abstractions

The Beatles were wrong: 1 & 1 & 1 is 1




More information about the Gcc mailing list