This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] macro redefinition with different token count
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: DJ Delorie <dj at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 31 May 2003 13:53:55 +0100
- Subject: Re: [patch] macro redefinition with different token count
- References: <200305292336.h4TNa5U21123@greed.delorie.com>
DJ Delorie wrote:-
> warn_of_redefinition goes to great lengths to compare tokens for
> equality, but doesn't handle the case where there are different
> numbers of tokens - it silently allows the redefinition.
Cool, thanks. I'm sure it was there one day, maybe it got blown
away somehow.
Neil.