* data/yacc.c: Reformat m4 a little.

This commit is contained in:
Joel E. Denny
2009-12-16 01:41:17 -05:00
parent c938d650db
commit 19750d310c
2 changed files with 11 additions and 6 deletions

View 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. */