diff options
| author | Carl Worth <cworth@cworth.org> | 2010-05-26 08:16:56 -0700 | 
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2010-05-26 08:16:56 -0700 | 
| commit | 63909fc19654ddb3ef339bcceed9cbf6e6a057bc (patch) | |
| tree | 108f8fa428c661d9e9aa95d21a01ed0de606f0be | |
| parent | ec4ada01c01338ae1deab634cf62f24344bdbd3a (diff) | |
Remove some stale token types.
All the code referencing these was removed some time ago.
| -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: | 
