X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/426cf563bd6b9b69efd3720d15ecb6326f667ce0..e9f87b5b7df2e328d2e4196d276c0d96594c906b:/src/lex.h?ds=sidebyside diff --git a/src/lex.h b/src/lex.h index df825a8b..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,7 +74,7 @@ void read_type_name PARAMS ((FILE *fin)); entry found. */ token_t lex PARAMS ((void)); -int literalchar PARAMS ((struct obstack *out, int *pcode, char term)); +char literalchar PARAMS ((void)); token_t parse_percent_token PARAMS ((void));