* data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...

* data/c.m4: here.
This commit is contained in:
Akim Demaille
2002-10-20 11:17:20 +00:00
parent 66d30cd4eb
commit 21964f4394
5 changed files with 53 additions and 64 deletions

View File

@@ -237,8 +237,8 @@ yylex (LEX_FORMALS)
{
init = 0;
#if YYLSP_NEEDED
yylloc.last_column = 1;
yylloc.last_line = 1;
LOC.last_column = 1;
LOC.last_line = 1;
#endif
}
@@ -536,3 +536,5 @@ AT_CHECK_CALC_GLR([%error-verbose %locations --defines --name-prefix=calc --verb
AT_CHECK_CALC_GLR([%debug])
AT_CHECK_CALC_GLR([%error-verbose %debug %locations --defines --name-prefix=calc --verbose --yacc])
# AT_CHECK_CALC_GLR([%pure-parser %error-verbose %debug %locations --defines --name-prefix=calc --verbose --yacc])