* src/main.c (main): Free `infile'.

* src/scan-gram.l (handle_syncline): New.
Recognize `#line'.
* src/output.c (user_actions_output, symbol_destructors_output)
(symbol_printers_output): Use the location's file name, not
infile.
* src/reader.c (prologue_augment, epilogue_set): Likewise.
This commit is contained in:
Akim Demaille
2002-11-06 08:08:46 +00:00
parent e183b12388
commit 900c5db537
9 changed files with 705 additions and 605 deletions

3
NEWS
View File

@@ -21,6 +21,9 @@ Changes in version 1.75a, 2002-10-24:
In addition, they provide a means for yyerror to remain pure, and
to access to the current location.
* #line
Bison now recognizes #line in its input, and forwards them.
Changes in version 1.75, 2002-10-14:
* Bison should now work on 64-bit hosts.