X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol.h;h=5ffd4d8887199607f61ccd664441fe83865d97df;hb=186aa71df8323431eaaa29f93e9602aa2ffff0c0;hp=88d0ed221a2e87631108367cbca71e90e2ef18da;hpb=fd16b92f058181088a385c3224c8814831c006d3;p=cparser diff --git a/symbol.h b/symbol.h index 88d0ed2..5ffd4d8 100644 --- a/symbol.h +++ b/symbol.h @@ -20,15 +20,7 @@ #ifndef SYMBOL_H #define SYMBOL_H -#include "ast.h" - -typedef struct symbol_t symbol_t; - -struct symbol_t { - const char *string; - unsigned short ID; - unsigned short pp_ID; - declaration_t *declaration; -}; +typedef struct symbol_t symbol_t; +typedef struct pp_definition_t pp_definition_t; #endif