This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Porting to Fedora gcc 4.0 -parsing backward slash("\") comma(",")
- From: John Love-Jensen <eljay at adobe dot com>
- To: mallen <myraallen at hotmail dot com>, MSX to GCC <gcc-help at gcc dot gnu dot org>
- Date: Thu, 27 Apr 2006 10:48:22 -0500
- Subject: Re: Porting to Fedora gcc 4.0 -parsing backward slash("\") comma(",")
Hi mallen,
Use this:
#define COMMA ,
DEFINE_CONST( LINE_TEXT,
{_TEXT("solid") COMMA _TEXT("dash") COMMA _TEXT("doubledash") COMMA },
"")
HTH,
--Eljay