X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol.h;h=5ffd4d8887199607f61ccd664441fe83865d97df;hb=a25daef22bc375bea28f7c8965c69edec5679e84;hp=3122158e57419ba52f5fcd8d85ba5a4929039499;hpb=f3f57226195059ecb38d482c469a4c665fc9c2d1;p=cparser diff --git a/symbol.h b/symbol.h index 3122158..5ffd4d8 100644 --- a/symbol.h +++ b/symbol.h @@ -20,7 +20,7 @@ #ifndef SYMBOL_H #define SYMBOL_H -typedef struct symbol_t symbol_t; -typedef struct pp_definition pp_definition; +typedef struct symbol_t symbol_t; +typedef struct pp_definition_t pp_definition_t; #endif