[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Quick gcc question
- Subject: [ale] Quick gcc question
- From: freemyer-ml at NorcrossGroup.com (Greg Freemyer)
- Date: Thu Jul 22 14:16:41 2004
I'm trying to compile some code with gcc-3.3.3 that has some multi-line
strings.
What gcc argument is needed to enable the multi-line strings?
>> Example code that fails
printf (_("\
Copy a file, converting and formatting according to the options.\n\
\n"));
<<
I'm getting the error:
dcfldd.c:326:17: missing terminating " character
Thanks
Greg
--
Greg Freemyer