mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
* data/c.m4: here.
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user