X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/62ab6972e8338613d09562166b4b4fa5f48693a4..7333d403168b95318108cd572d228881c82ff341:/src/lex.h diff --git a/src/lex.h b/src/lex.h index 14a4db49..c6330963 100644 --- a/src/lex.h +++ b/src/lex.h @@ -47,13 +47,15 @@ typedef enum token_e tok_number, tok_expect, tok_thong, + tok_hdrext, + tok_srcext, tok_noop, tok_setopt, tok_illegal, tok_obsolete } token_t; -extern char *token_buffer; +extern const char *token_buffer; extern bucket *symval; extern int numval;