mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
Remove some stale token types.
All the code referencing these was removed some time ago.
This commit is contained in:
parent
ec4ada01c0
commit
63909fc196
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue