* src/reader.c (parse_skel_decl): New.

(read_declarations): Add case `tok_skel', call parse_skel_decl ().
* src/lex.h (token_t): New token `tok_skel'.
* src/lex.c (percent_table): Add skeleton option entry.
Standardize.
This commit is contained in:
Marc Autret
2001-08-30 00:41:37 +00:00
parent ff48177d25
commit 2ba3b73c58
4 changed files with 27 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2001-08-29 Marc Autret <autret_m@epita.fr>
* src/reader.c (parse_skel_decl): New.
(read_declarations): Add case `tok_skel', call parse_skel_decl ().
* src/lex.h (token_t): New token `tok_skel'.
* src/lex.c (percent_table): Add skeleton option entry.
Standardize.
2001-08-29 Marc Autret <autret_m@epita.fr>
* src/bison.simple: Add %%user_code directive at the end.