X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9f4503d6e9b311f3d0b5136a3f38037ee1afe2f3..951366c145107e763a92094462bfed0ae19d9ad1:/src/lex.h diff --git a/src/lex.h b/src/lex.h index cb5a75e8..38edec80 100644 --- a/src/lex.h +++ b/src/lex.h @@ -51,12 +51,13 @@ typedef enum token_e tok_define, tok_skel, tok_noop, - tok_setopt, + tok_intopt, + tok_stropt, tok_illegal, tok_obsolete } token_t; -extern const char *token_buffer; +extern char *token_buffer; extern bucket *symval; extern int numval;