tok_define,
tok_skel,
tok_noop,
- tok_setopt,
+ tok_intopt,
+ tok_stropt,
tok_illegal,
tok_obsolete
} token_t;
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
entry found. */
token_t lex PARAMS ((void));
+char literalchar PARAMS ((void));
token_t parse_percent_token PARAMS ((void));