mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 11:13:03 +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>
|
2002-05-26 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/state.h (state_t): `solved_conflicts' is a new member.
|
* src/state.h (state_t): `solved_conflicts' is a new member.
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ log_resolution (int lookahead, int token,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case left_resolution:
|
case left_resolution:
|
||||||
obstack_printf (&solved_conflicts_obstack,
|
obstack_fgrow1 (&solved_conflicts_obstack,
|
||||||
" (%%left %s)",
|
" (%%left %s)",
|
||||||
symbols[token]->tag);
|
symbols[token]->tag);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user