mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
* src/conflicts.c (log_resolution): Correct typo:
obstack_printf should be obstack_fgrow1.
This commit is contained in:
@@ -104,7 +104,7 @@ log_resolution (int lookahead, int token,
|
||||
break;
|
||||
|
||||
case left_resolution:
|
||||
obstack_printf (&solved_conflicts_obstack,
|
||||
obstack_fgrow1 (&solved_conflicts_obstack,
|
||||
" (%%left %s)",
|
||||
symbols[token]->tag);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user