]> git.saurik.com Git - bison.git/commit
* data/glr.c (yyresolveLocations): Rename local variables to avoid
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Mar 2006 06:42:23 +0000 (06:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Mar 2006 06:42:23 +0000 (06:42 +0000)
commit6d05403db41804bbb6ca28a8a446fe93b0027c0e
tree55cceb8d169e771bba9e6e6a1848f67d2b851b32
parent73f2e47e51308fdd23b2063ca6394c6fdb8e58b2
* data/glr.c (yyresolveLocations): Rename local variables to avoid
shadowing warnings.  Use usual patter for iterating through RHS.
* tests/glr-regression.at
(Uninitialized location when reporting ambiguity):
Modify yylex so that it uses its argument, rather than trying
to rely on ARGSUSED (which doesn't work for gcc with warnings).
const char -> char const.
ChangeLog
data/glr.c
tests/glr-regression.at