bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo correction in conflicts.c


From: Paul Hilfinger
Subject: Typo correction in conflicts.c
Date: Mon, 27 May 2002 13:57:41 -0700

Hope you don't mind a small, obvious fix.

Paul

2002-05-27  Paul Hilfinger  <address@hidden>

        * src/conflicts.c (log_resolution): Correct typo: 
        obstack_printf should be obstack_fgrow1.

Index: src/conflicts.c
===================================================================
RCS file: /cvsroot/bison/bison/src/conflicts.c,v
retrieving revision 1.76
diff -u -p -r1.76 conflicts.c
--- src/conflicts.c     26 May 2002 20:25:52 -0000      1.76
+++ src/conflicts.c     27 May 2002 20:52:58 -0000
@@ -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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]