mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* src/reader.c (copy_definition): Re-use CPP-outed code which
replace precedent remove. * src/bison.simple: Remove #line before %%prologue because %%input-line is wrong at this time.
This commit is contained in:
@@ -437,14 +437,12 @@ copy_definition (void)
|
||||
/* -1 while reading a character if prev char was %. */
|
||||
int after_percent;
|
||||
|
||||
#if 0
|
||||
if (!no_lines_flag)
|
||||
{
|
||||
obstack_fgrow2 (&attrs_obstack, muscle_find ("linef"),
|
||||
lineno, quotearg_style (c_quoting_style,
|
||||
muscle_find("filename")));
|
||||
}
|
||||
#endif
|
||||
|
||||
after_percent = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user