obstack_printf should be obstack_fgrow1.
+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.
2002-05-26 Akim Demaille <akim@epita.fr>
* src/state.h (state_t): `solved_conflicts' is a new member.
break;
case left_resolution:
break;
case left_resolution:
- obstack_printf (&solved_conflicts_obstack,
+ obstack_fgrow1 (&solved_conflicts_obstack,
" (%%left %s)",
symbols[token]->tag);
break;
" (%%left %s)",
symbols[token]->tag);
break;