Remove some stale token types.

All the code referencing these was removed some time ago.
This commit is contained in:
Carl Worth 2010-05-26 08:16:56 -07:00
parent ec4ada01c0
commit 63909fc196

View file

@ -132,9 +132,6 @@ glcpp_parser_lex (glcpp_parser_t *parser);
%type <token> preprocessing_token
%type <token_list> pp_tokens replacement_list text_line
/* Stale stuff just to allow code to compile. */
%token IDENTIFIER_FINALIZED FUNC_MACRO OBJ_MACRO
%%
input: