projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec4ada0
)
Remove some stale token types.
author
Carl Worth
<cworth@cworth.org>
Wed, 26 May 2010 15:16:56 +0000
(08:16 -0700)
committer
Carl Worth
<cworth@cworth.org>
Wed, 26 May 2010 15:16:56 +0000
(08:16 -0700)
All the code referencing these was removed some time ago.
glcpp-parse.y
patch
|
blob
|
history
diff --git
a/glcpp-parse.y
b/glcpp-parse.y
index ec104330631b4d650bb93c6967ab6a54856da9ca..04e78b1826fab59064e201c54382426826996f45 100644
(file)
--- 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: