]> git.saurik.com Git - bison.git/commit
Fix the test failure due to GCC warnings described in
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Nov 2002 04:31:38 +0000 (04:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Nov 2002 04:31:38 +0000 (04:31 +0000)
commit944ed9f4e950646f36d86af61a3a95292d1484a4
treee96fe7eba7bcd780ebb9f1c10799d18a03ccc1a2
parent09d353a08f1fe9ec1a219a077e7dc82cafa4685e
Fix the test failure due to GCC warnings described in
<http://mail.gnu.org/pipermail/bug-bison/2002-November/001815.html>.

* data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
evalutate to 0 if it's impossible for NINF to be in the respective
table.
(yygetLRActions, yyrecoverParseError): Use them.
data/glr.c