]> git.saurik.com Git - bison.git/commit
Fix some errors that were causing testsuite failures for GLR.
authorPaul Hilfinger <Hilfinger@cs.berkeley.edu>
Wed, 8 Sep 2010 07:52:05 +0000 (00:52 -0700)
committerPaul Hilfinger <Hilfinger@cs.berkeley.edu>
Wed, 8 Sep 2010 07:52:05 +0000 (00:52 -0700)
commitd467f443dfad0b9f243d0270feb85719c1ae6be6
tree3e160fb4ebd7471151b9ef198c15c6d4ad661bc8
parentc49784f5f5c0b8a4ffda574e2cf5a1e3e63110ba
Fix some errors that were causing testsuite failures for GLR.

* data/glr.c (yy_reduce_print): Change yyrhsVals to yyvsp to remove
compiler errors when using %debug.
Add declaration of yylow when locations in use to avoid compilation
error.
(yyglrReduce): Conditionalize message "Parse ... rejected by rule..."
on whether we are in split mode, for consistency with behavior of
non-GLR parsing.
ChangeLog
data/glr.c