]> 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:50:14 +0000 (01:50 -0500)
ChangeLog
data/yacc.c

index 3fedc382262c4146faeb3b671299b3f124719558..97c8f6eba28f95dc8a77cf64502a8dbb480ca225 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 711d41de68300a832e8eded6c6816e1df1ef22a1..11ebbf166d1e5883cd0d15ab40a743291febe0a9 100644 (file)
@@ -660,9 +660,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.  */
@@ -676,14 +676,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.  */