]> git.saurik.com Git - bison.git/commitdiff
* data/yacc.c: Reformat m4 a little.
authorJoel E. Denny <jdenny@clemson.edu>
Wed, 16 Dec 2009 06:41:17 +0000 (01:41 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Wed, 16 Dec 2009 06:51:49 +0000 (01:51 -0500)
(cherry picked from commit 19750d310c1f21b72fc26d0b8905fac08d175130)

ChangeLog
data/yacc.c

index bfba2ea6a68d8724b4d3bf9e1463edfb241e6d62..bdf66b71a6d5ec1b8a43250101becdc33b931f6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-16  Joel E. Denny  <jdenny@clemson.edu>
+
+       * data/yacc.c: Reformat m4 a little.
+
 2009-12-16  Joel E. Denny  <jdenny@clemson.edu>
 
        Document gcc -Wundef fix.
index a9815eeef3a1187e5130e88a34d36fc9b01ff71a..25a7612bf206ee1acd2c97e44a2ac513fac5f119 100644 (file)
@@ -728,9 +728,9 @@ while (YYID (0))
            YYRHSLOC (Rhs, 0).last_column;                              \
        }                                                               \
     while (YYID (0))
-#endif
+#endif]b4_locations_if([[
+
 
-]b4_locations_if([[
 /* YY_LOCATION_PRINT -- Print the location on the stream.
    This macro was not mandated originally: define only if we know
    we won't break user code: when these are the locations we know.  */
@@ -744,14 +744,15 @@ while (YYID (0))
 # else
 #  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
 # endif
-#endif
-]], [[
+#endif]], [[
+
+
 /* This macro is provided for backward compatibility. */
 
 #ifndef YY_LOCATION_PRINT
 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
-#endif
-]])[
+#endif]])[
+
 
 /* YYLEX -- calling `yylex' with the right arguments.  */