This is the mail archive of the gcc-help@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]

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


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