X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7ba81a101f5df0036f9d88a8c72d021a8d3ec69f..e89a22bfab22e4d2ee73be49dcb66b51f8d0e892:/src/lex.h diff --git a/src/lex.h b/src/lex.h index 6a9b2f5a..b9462ed1 100644 --- a/src/lex.h +++ b/src/lex.h @@ -49,7 +49,8 @@ typedef enum token_e tok_expect, tok_thong, tok_noop, - tok_setopt, + tok_intopt, + tok_stropt, tok_illegal, tok_obsolete } token_t; @@ -61,7 +62,7 @@ extern int numval; void lex_init PARAMS ((void)); void lex_free PARAMS ((void)); int skip_white_space PARAMS ((void)); -void unlex PARAMS ((int)); +void unlex PARAMS ((token_t)); void read_type_name PARAMS ((FILE *fin)); /* Return one of the token-type codes. When an identifier is seen,