mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* src/output.c (prepare): Delete the `filename' muscule insertion.
* src/reader.c (copy_action): Use `filename' muscule with `#line'. (parse_union_decl): Likewise. * src/macrotab.c (macro_init): Initialize filename by infile.
This commit is contained in:
@@ -1067,8 +1067,6 @@ prepare (void)
|
||||
MACRO_INSERT_INT ("ntbase", ntokens);
|
||||
MACRO_INSERT_INT ("verbose", 0);
|
||||
|
||||
MACRO_INSERT_STRING ("filename", infile);
|
||||
|
||||
MACRO_INSERT_INT ("nnts", nvars);
|
||||
MACRO_INSERT_INT ("nrules", nrules);
|
||||
MACRO_INSERT_INT ("nstates", nstates);
|
||||
|
||||
Reference in New Issue
Block a user