]> git.saurik.com Git - bison.git/commit - data/glr.c
* data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 21 May 2006 08:11:30 +0000 (08:11 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 21 May 2006 08:11:30 +0000 (08:11 +0000)
commit7b5cdcbd176bf71ef4a16977d557cb56d1602511
tree390cf1e81a88851f5c5e1d93f5faea4287eecc1e
parent566ac1b4a7904e3f35c26610868d0c407c1759ea
* data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
to make sure that YYID will never be unused.  This fixes a 'make
maintainer-check' failure caused by the recent changes to the 'Trivial
grammars' test case, which caused g++ 4.1.0 to complain that YYID was
not used.
* data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
ChangeLog
data/glr.c
data/yacc.c