tok_obsolete
} token_t;
-extern char *token_buffer;
+extern const char *token_buffer;
extern bucket *symval;
extern int numval;
entry found. */
token_t lex PARAMS ((void));
+int literalchar PARAMS ((struct obstack *out, int *pcode, char term));
token_t parse_percent_token PARAMS ((void));