egcs-980115 sunos4/hpux9 gengenrtl.c bootstrap failure
Andreas Schwab
schwab@issan.informatik.uni-dortmund.de
Mon Jan 19 02:25:00 GMT 1998
Jeffrey A Law <law@cygnus.com> writes:
|> > + #ifdef __STDC__
|> > #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) { # ENUM, NAME, FORMAT },
|> > + #else
|> > + #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) { "ENUM", NAME, FORMAT },
|> > + #endif
|> Concatenation in non-ANSI compilers is generally handled with /**/
But that's stringizing, not concatenation (##).
--
Andreas Schwab "And now for something
schwab@issan.informatik.uni-dortmund.de completely different"
schwab@gnu.org
More information about the Gcc
mailing list