bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bison-2.6.4-generated parser triggers pragma warnings in GCC 4.6.3


From: Paul Eggert
Subject: Re: bison-2.6.4-generated parser triggers pragma warnings in GCC 4.6.3
Date: Mon, 29 Oct 2012 00:11:41 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1

The option that's taken in typical GNU code, when this
problem occurs, is to have an optional macro that, when
defined, causes initializations to be added that suffice
to pacify GCC.  Normally the macro is not defined, but
people who want to compile cleanly can define it.

In other gnu packages this macro is typically named 'lint'.
We may have to pick a name beginning with YY for namespace
cleanliness.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]