|
|
@ -480,7 +480,7 @@ while (0)
|
|
|
|
we won't break user code: when these are the locations we know. */
|
|
|
|
we won't break user code: when these are the locations we know. */
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef YY_LOCATION_PRINT
|
|
|
|
#ifndef YY_LOCATION_PRINT
|
|
|
|
# if YYLTYPE_IS_TRIVIAL
|
|
|
|
# ifdef YYLTYPE_IS_TRIVIAL
|
|
|
|
# define YY_LOCATION_PRINT(File, Loc) \
|
|
|
|
# define YY_LOCATION_PRINT(File, Loc) \
|
|
|
|
fprintf (File, "%d.%d-%d.%d", \
|
|
|
|
fprintf (File, "%d.%d-%d.%d", \
|
|
|
|
(Loc).first_line, (Loc).first_column, \
|
|
|
|
(Loc).first_line, (Loc).first_column, \
|
|
|
|