mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
* 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.
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* 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.
|
||||
|
||||
* tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
|
||||
Don't use tabs inside commands; it messes up 'ps'.
|
||||
Problem reported by twlevo.
|
||||
|
||||
Reference in New Issue
Block a user