mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
("@oline@"): Output lineno+1, not lineno.
This commit is contained in:
@@ -69,7 +69,7 @@ int skel_lex (void);
|
||||
"@{" fputc ('[', yyout);
|
||||
"@}" fputc (']', yyout);
|
||||
|
||||
"@oline@" fprintf (yyout, "%d", lineno);
|
||||
"@oline@" fprintf (yyout, "%d", lineno + 1);
|
||||
"@ofile@" QPUTS (outname);
|
||||
"@output_parser_name@" QPUTS (parser_file_name);
|
||||
"@output_header_name@" QPUTS (spec_defines_file);
|
||||
|
||||
Reference in New Issue
Block a user