* 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 bfba2ea..bdf66b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
        * NEWS (2.4.2): Here.
        * THANKS (Jonathan Nieder): Add.
index a9815ee..25a7612 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.  */