mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
Avoid warnings from gcc -Wundef y.tab.c.
* data/glr.c: Check if YYENABLE_NLS and YYLTYPE_IS_TRIVIAL are
defined before using them.
* data/lalr1.cc: Likewise.
* data/yacc.c: Likewise.
(cherry picked from commit ae93128c96)
This commit is contained in:
committed by
Joel E. Denny
parent
dfff662817
commit
1694ac5cf2
@@ -1,3 +1,11 @@
|
||||
2009-12-15 Jonathan Nieder <jrnieder@gmail.com> (tiny change)
|
||||
|
||||
Avoid warnings from gcc -Wundef y.tab.c.
|
||||
* data/glr.c: Check if YYENABLE_NLS and YYLTYPE_IS_TRIVIAL are
|
||||
defined before using them.
|
||||
* data/lalr1.cc: Likewise.
|
||||
* data/yacc.c: Likewise.
|
||||
|
||||
2009-12-15 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
Import M4 detection fix from Autoconf.
|
||||
|
||||
Reference in New Issue
Block a user