* 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

@@ -50,6 +50,7 @@ typedef enum token_e
tok_hdrext,
tok_srcext,
tok_define,
tok_skel,
tok_noop,
tok_setopt,
tok_illegal,