mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/parse-gram.y (grammar_declaration): Location of printer
symbol is @1, not list->location. * tests/input.at (Incompatible Aliases): Adjust to above change.
This commit is contained in:
@@ -178,7 +178,7 @@ AT_CHECK([bison input.y], [1], [],
|
||||
input.y:3.7-11: first declaration
|
||||
input.y:10.13-17: %destructor redeclaration for foo
|
||||
input.y:5.13-17: first declaration
|
||||
input.y:9.19-23: %printer redeclaration for foo
|
||||
input.y:9.10-14: %printer redeclaration for foo
|
||||
input.y:10.13-17: first declaration
|
||||
input.y:11.1-5: %left redeclaration for foo
|
||||
input.y:6.1-5: first declaration
|
||||
|
||||
Reference in New Issue
Block a user