X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f6bd542788a4a6aa90d5ca5a53259b1de414df3a..e9f87b5b7df2e328d2e4196d276c0d96594c906b:/src/lex.h diff --git a/src/lex.h b/src/lex.h index 34954148..9f3cfe3a 100644 --- a/src/lex.h +++ b/src/lex.h @@ -50,7 +50,6 @@ typedef enum token_e tok_thong, tok_define, tok_skel, - tok_include, tok_noop, tok_intopt, tok_stropt, @@ -67,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 @@ -74,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));