mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
* src/reader.c, src/reader.h (tags): Remove.
Adjust all users to use symbols[i]->tag.
This commit is contained in:
@@ -45,7 +45,8 @@ log_resolution (state_t *state, int LAno, int token, char *resolution)
|
||||
obstack_fgrow4 (&output_obstack,
|
||||
_("\
|
||||
Conflict in state %d between rule %d and token %s resolved as %s.\n"),
|
||||
state->number, LAruleno[LAno], tags[token], resolution);
|
||||
state->number, LAruleno[LAno], symbols[token]->tag,
|
||||
resolution);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user