public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* multiline string constant
@ 2004-04-14 16:31 Gary Mart
  2004-04-14 17:24 ` Eljay Love-Jensen
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Mart @ 2004-04-14 16:31 UTC (permalink / raw)
  To: gcc-help

Help!

Is there any way to resurrect multiline string constants???
A patch?  A flag to turn on old options?
Lack of it:
    1)  breaks thousands of lines of my code,
    2)  makes it _MUCH_ more difficult to edit multiline strings,
    3)  make the code look messy.
I have looked through the documentation but have found nothing
(a search function would be helpful).

Thanks
Gary Mart
gmart@coinet.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: multiline string constant
  2004-04-14 16:31 multiline string constant Gary Mart
@ 2004-04-14 17:24 ` Eljay Love-Jensen
  0 siblings, 0 replies; 2+ messages in thread
From: Eljay Love-Jensen @ 2004-04-14 17:24 UTC (permalink / raw)
  To: Gary Mart, gcc-help

Hi Gary,

char const* myMultiLineString =
"yada yada yada "
"yada yada yada "
"yada yada yada "
"yada yada yada "
"yada yada yada "
"yada yada yada\n";

HTH.
--Eljay

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-14 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-14 16:31 multiline string constant Gary Mart
2004-04-14 17:24 ` Eljay Love-Jensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).