mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
* data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-09-27 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
|
||||||
|
|
||||||
2004-09-27 Akim Demaille <akim@epita.fr>
|
2004-09-27 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* data/lalr1.cc (b4_parse_param_decl_1): New.
|
* data/lalr1.cc (b4_parse_param_decl_1): New.
|
||||||
|
|||||||
@@ -527,9 +527,9 @@ while (0)
|
|||||||
fprintf (File, "%d.%d-%d.%d", \
|
fprintf (File, "%d.%d-%d.%d", \
|
||||||
(Loc).first_line, (Loc).first_column, \
|
(Loc).first_line, (Loc).first_column, \
|
||||||
(Loc).last_line, (Loc).last_column)
|
(Loc).last_line, (Loc).last_column)
|
||||||
|
# else
|
||||||
|
# define YY_LOCATION_PRINT(File, Loc) ((void) 0)
|
||||||
# endif
|
# endif
|
||||||
#else
|
|
||||||
# define YY_LOCATION_PRINT(File, Loc) ((void) 0)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user