X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c7925b99cb67c97af2da26b68b67c234f718494a..14d293acb24186b1b1d8e670cfad85f9e13d6c15:/src/lex.h diff --git a/src/lex.h b/src/lex.h index 16ac115a..9f3cfe3a 100644 --- a/src/lex.h +++ b/src/lex.h @@ -66,6 +66,7 @@ void lex_free PARAMS ((void)); int skip_white_space PARAMS ((void)); void unlex PARAMS ((token_t)); void read_type_name PARAMS ((FILE *fin)); +int xgetc PARAMS ((FILE *fin)); /* Return one of the token-type codes. When an identifier is seen, the code IDENTIFIER is returned and the name is looked up in the @@ -73,6 +74,7 @@ void read_type_name PARAMS ((FILE *fin)); entry found. */ token_t lex PARAMS ((void)); +char literalchar PARAMS ((void)); token_t parse_percent_token PARAMS ((void));