This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CPP PATCH: T_VOID


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. :-))

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]