mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
* src/files.c, src/files.h (guard_obstack): Remove.
* src/output.c (output): Adjust. * src/reader.c (parse_braces): New, factoring... (copy_action, copy_guard): these two which are renamed as... (parse_action, parse_guard): these. As a voluntary consequence, using braces around guards is now mandatory.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2001-12-27 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/files.c, src/files.h (guard_obstack): Remove.
|
||||
* src/output.c (output): Adjust.
|
||||
* src/reader.c (parse_braces): New, factoring...
|
||||
(copy_action, copy_guard): these two which are renamed as...
|
||||
(parse_action, parse_guard): these.
|
||||
As a voluntary consequence, using braces around guards is now
|
||||
mandatory.
|
||||
|
||||
|
||||
2001-12-27 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/gram.h (rule_t): `guard' and `guard_line' are new members.
|
||||
|
||||
Reference in New Issue
Block a user