mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
and yytext if they're already #define'd. * src/flex-scanner.h, src/location.h: Move #include "system.h" to... * src/scan-code-c.c: ... here. * src/scan-code.l, src/scan-gram.l: ... and here. Also #include <config.h>.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
|
||||
and yytext if they're already #define'd.
|
||||
* src/flex-scanner.h, src/location.h: Move #include "system.h" to...
|
||||
* src/scan-code-c.c: ... here.
|
||||
* src/scan-code.l, src/scan-gram.l: ... and here. Also #include
|
||||
<config.h>.
|
||||
|
||||
2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Get Bison to build again when configured with --enable-gcc-warnings.
|
||||
|
||||
Reference in New Issue
Block a user