]> git.saurik.com Git - bison.git/blobdiff - src/lex.h
* src/options.h (struct option_table_struct): set_flags is void*.
[bison.git] / src / lex.h
index cb5a75e829fbe48da30b96881b2d42439116ee09..38edec80940c3c1d5b4dbe70c82c6638047042f0 100644 (file)
--- 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;