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:
Jonathan Nieder
2009-12-16 01:44:42 -05:00
committed by Joel E. Denny
parent 687f011aa9
commit 06caf0e144
4 changed files with 14 additions and 6 deletions
+8
View File
@@ -1,3 +1,11 @@
2009-12-15 Jonathan Nieder <[email protected]> (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 <[email protected]>
autoconf: update to latest for fix of M4 detection.