diff options
| -rw-r--r-- | glcpp-parse.y | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/glcpp-parse.y b/glcpp-parse.y index ec10433063..04e78b1826 100644 --- a/glcpp-parse.y +++ b/glcpp-parse.y @@ -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: | 
