X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e348b12ae0cad9bcee1c92280854fecef43f0473..e89a22bfab22e4d2ee73be49dcb66b51f8d0e892:/src/lex.h diff --git a/src/lex.h b/src/lex.h index 2f67839d..b9462ed1 100644 --- a/src/lex.h +++ b/src/lex.h @@ -49,7 +49,8 @@ typedef enum token_e tok_expect, tok_thong, tok_noop, - tok_setopt, + tok_intopt, + tok_stropt, tok_illegal, tok_obsolete } token_t;