* src/lex.c (literalchar): Simply return the char you decoded, non

longer mess around with obstacks and int pointers.
Adjust all callers.
This commit is contained in:
Akim Demaille
2001-12-14 16:03:28 +00:00
parent 92790e5bf0
commit 2648a72df7
4 changed files with 53 additions and 58 deletions

View File

@@ -73,7 +73,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));