This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: macros with traditional cpp
- To: Neil Booth <NeilB at earthling dot net>
- Subject: Re: macros with traditional cpp
- From: Richard Henderson <rth at cygnus dot com>
- Date: Sun, 24 Sep 2000 14:18:46 -0700
- Cc: Philip Blundell <philb at gnu dot org>, gcc at gcc dot gnu dot org
- References: <E13dHl8-0005rl-00@kings-cross.london.uk.eu.org> <20000924135734.A706@cygnus.com> <20000924221453.A4829@daikokuya.demon.co.uk>
On Sun, Sep 24, 2000 at 10:14:53PM +0100, Neil Booth wrote:
> > Oh, wait, I had problems with
> >
> > #define foo(x,y...) x , ## y
>
> Hmm, if problems with this still exist, I'd like to know.
No, no, the problems were with -traditional only, and they
existed in previous versions of gcc as well.
r~