This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: CPP PATCH: T_VOID
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: CPP PATCH: T_VOID
- From: Neil Booth <NeilB at earthling dot net>
- Date: Mon, 30 Oct 2000 20:47:12 +0000
- Cc: gcc-patches at gcc dot gnu dot org
- References: <20001030004338I.mitchell@codesourcery.com>
Thanks, Mark. When I get a chance, I'll check if the macro is boolean.
If so, I'll eliminate the #ifdef in favour of an if().
Neil.
Mark Mitchell wrote:-
>
> When the grand cpp renaming took place, this spot (conditionally
> compiled in on Solaris) got missed. (Note that this is why making
> feature macros have 0-1 values, and then writing code with `if',
> rather than `#ifdef', is a Good Thing. :-))