diff options
Diffstat (limited to 'include/chillAST/chillAST_def.hh')
-rw-r--r-- | include/chillAST/chillAST_def.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chillAST/chillAST_def.hh b/include/chillAST/chillAST_def.hh index 4ec60aa..ca90561 100644 --- a/include/chillAST/chillAST_def.hh +++ b/include/chillAST/chillAST_def.hh @@ -186,6 +186,7 @@ class chillAST_Preprocessing; typedef std::vector<chillAST_Node *> chillAST_NodeList; typedef std::vector<chillAST_VarDecl *> chillAST_SymbolTable; typedef std::vector<chillAST_TypedefDecl *> chillAST_TypedefTable; +typedef std::vector<chillAST_RecordDecl *> chillAST_RecordTable; chillAST_VarDecl *symbolTableFindName(chillAST_SymbolTable *table, const char *name); |