X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol_t.h;h=49cf1e926851ba60b99424b691388d166a5ac09b;hb=0bd13e77ab382440313b14555ae0d3d123fc3018;hp=42fe92c153d3b62694936ccbf516e089e61b5894;hpb=e97bf80ad2ba7f01d4a2b51d243d6273ae2d65a1;p=cparser diff --git a/symbol_t.h b/symbol_t.h index 42fe92c..49cf1e9 100644 --- a/symbol_t.h +++ b/symbol_t.h @@ -25,18 +25,6 @@ #include "entity.h" #include "token_t.h" -struct pp_definition_t { - symbol_t *symbol; - source_position_t source_position; - pp_definition_t *parent_expansion; - size_t expand_pos; - bool is_variadic; - size_t argument_count; - token_t *arguments; - size_t list_len; - token_t *replacement_list; -}; - struct symbol_t { const char *string; unsigned short ID;