X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol_table_t.h;fp=symbol_table_t.h;h=d1fc6215576bad22cbf2fe65fc0c964c3164e5fc;hb=c1cc71ca2c79b3f2a9afe2be86a678c544ff6e62;hp=01247065bc511712d5d4200f2ebd59667775ba42;hpb=b4247586bc646b1203215ccb648df4e8dda10717;p=cparser diff --git a/symbol_table_t.h b/symbol_table_t.h index 0124706..d1fc621 100644 --- a/symbol_table_t.h +++ b/symbol_table_t.h @@ -24,13 +24,11 @@ #include "symbol.h" #define HashSet symbol_table_t -#define HashSetIterator symbol_table_iterator_t #define HashSetEntry symbol_table_hash_entry_t #define ValueType symbol_t* #include "adt/hashset.h" #undef ValueType #undef HashSetEntry -#undef HashSetIterator #undef HashSet typedef struct symbol_table_iterator_t symbol_table_iterator_t;