X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/342b8b6e2156e923797745af2da2596e3086ccd5..eeeb962b:/src/lex.h diff --git a/src/lex.h b/src/lex.h index cb5a75e8..34954148 100644 --- a/src/lex.h +++ b/src/lex.h @@ -50,8 +50,10 @@ typedef enum token_e tok_thong, tok_define, tok_skel, + tok_include, tok_noop, - tok_setopt, + tok_intopt, + tok_stropt, tok_illegal, tok_obsolete } token_t;