This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Preprocessor woes
- To: Mark Kettenis <kettenis at wins dot uva dot nl>
- Subject: Re: Preprocessor woes
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Fri, 5 Jan 2001 21:45:55 +0000
- Cc: libc-hacker at sources dot redhat dot com, gcc at gcc dot gnu dot org
- References: <200101052133.f05LXtH03455@delius.kettenis.local>
Mark Kettenis wrote:-
> occur. Since the SHLIB_COMPAT macro uses the ISO C ## concatenation
> operator, -traditional messes things up. Is there any chance at
> convincing the GCC folks to provide a preprocessor that's backwards
> compatible with cccp?
Try using the portable CONCAT macros that GCC does. That's much
simpler than rewriting tradcpp (which is what this would require).
Neil.