* src/lex.c (percent_table): Add tok_define.

* src/lex.h: Add tok_define.
This commit is contained in:
Robert Anisko
2001-08-25 14:27:57 +00:00
parent aa321494cf
commit dd3127cf7a
3 changed files with 7 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ typedef enum token_e
tok_thong,
tok_hdrext,
tok_srcext,
tok_define,
tok_noop,
tok_setopt,
tok_illegal,