mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +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:
@@ -52,9 +52,6 @@ extern struct obstack action_obstack;
|
||||
/* If semantic parser, output a .h file that defines YYSTYPE... */
|
||||
extern struct obstack attrs_obstack;
|
||||
|
||||
/* ... and output yyguard, containing all the guard code. */
|
||||
extern struct obstack guard_obstack;
|
||||
|
||||
/* The verbose output. */
|
||||
extern struct obstack output_obstack;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user