mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/conflicts.c (log_resolution): Correct typo:
obstack_printf should be obstack_fgrow1.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
|
||||
|
||||
* src/conflicts.c (log_resolution): Correct typo:
|
||||
obstack_printf should be obstack_fgrow1.
|
||||
|
||||
2002-05-26 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/state.h (state_t): `solved_conflicts' is a new member.
|
||||
|
||||
@@ -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