bison-patches
[Top][All Lists]
Advanced

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

FYI: glr.c: typo


From: Akim Demaille
Subject: FYI: glr.c: typo
Date: Tue, 12 Jul 2005 15:38:12 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * data/glr.c (b4_syncline): Fix (swap) the definition of
        b4_at_dollar and b4_dollar_dollar.

Index: data/glr.c
===================================================================
RCS file: /cvsroot/bison/bison/data/glr.c,v
retrieving revision 1.96
diff -u -u -r1.96 glr.c
--- data/glr.c 6 Jul 2005 04:12:23 -0000 1.96
+++ data/glr.c 12 Jul 2005 13:37:51 -0000
@@ -1980,8 +1980,8 @@
 #endif
 ])
 m4_ifdef([b4_initial_action], [
-m4_pushdef([b4_at_dollar],     [yylval])dnl
-m4_pushdef([b4_dollar_dollar], [yylloc])dnl
+m4_pushdef([b4_at_dollar],     [yylloc])dnl
+m4_pushdef([b4_dollar_dollar], [yylval])dnl
   /* User initialization code. */
   b4_initial_action
 m4_popdef([b4_dollar_dollar])dnl





reply via email to

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