X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/511e79b3d4b1d4f3cab53c24bffe25e360a78326..7333d403168b95318108cd572d228881c82ff341:/src/lex.h?ds=sidebyside diff --git a/src/lex.h b/src/lex.h index f1425bd2..c6330963 100644 --- a/src/lex.h +++ b/src/lex.h @@ -1,5 +1,5 @@ /* Token type definitions for bison's input reader, - Copyright 1984, 1989, 1992, 2000 Free Software Foundation, Inc. + Copyright 1984, 1989, 1992, 2000, 2001 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -47,12 +47,15 @@ typedef enum token_e tok_number, tok_expect, tok_thong, + tok_hdrext, + tok_srcext, tok_noop, tok_setopt, - tok_illegal + tok_illegal, + tok_obsolete } token_t; -extern char *token_buffer; +extern const char *token_buffer; extern bucket *symval; extern int numval;