/* 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.
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;