patch installed to cpplex.c to make use of CPP_TRADITIONAL

Zack Weinberg zack@wolery.cumb.org
Wed Jul 12 09:58:00 GMT 2000


On Wed, Jul 12, 2000 at 12:50:02PM -0400, Kaveh R. Ghazi wrote:
> The "function macro" warning previously used CPP_TRADITIONAL, but as
> of 7/4/00 (specifically cpplex.c v1.59) it reverted to checking
> warn_traditional directly.

Um.  CPP_TRADITIONAL corresponds to -traditional, *not* -Wtraditional.  
You want CPP_WTRADITIONAL.  Yes, this is confusing.  Hopefully someone
will approve the damn tradcpp-enabling patch RSN and I can rip out all
the -traditional code.

zw


More information about the Gcc-patches mailing list