]> git.saurik.com Git - bison.git/commit - data/glr.c
Avoid warnings from gcc -Wundef y.tab.c.
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 16 Dec 2009 04:03:18 +0000 (22:03 -0600)
committerJoel E. Denny <jdenny@clemson.edu>
Wed, 16 Dec 2009 06:21:13 +0000 (01:21 -0500)
commitae93128c9671b58bdc2b557c382ecd84e659ab52
tree641033619faffdad141f9f12987dc7c245c28d39
parentc843aaab352ab1f40c7d218fb5bb2c6fd6fd3a88
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.
ChangeLog
data/glr.c
data/lalr1.cc
data/yacc.c