X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/951366c145107e763a92094462bfed0ae19d9ad1..eeeb962b:/src/lex.h diff --git a/src/lex.h b/src/lex.h index 38edec80..34954148 100644 --- a/src/lex.h +++ b/src/lex.h @@ -50,6 +50,7 @@ typedef enum token_e tok_thong, tok_define, tok_skel, + tok_include, tok_noop, tok_intopt, tok_stropt, @@ -57,7 +58,7 @@ typedef enum token_e tok_obsolete } token_t; -extern char *token_buffer; +extern const char *token_buffer; extern bucket *symval; extern int numval;