add unsigned char type
[cparser] / symbol_table_t.h
index fc93a63..86ccff1 100644 (file)
@@ -33,4 +33,7 @@
 #undef HashSetIterator
 #undef HashSet
 
+typedef struct symbol_table_iterator_t  symbol_table_iterator_t;
+typedef struct symbol_table_t           symbol_table_t;
+
 #endif