summaryrefslogtreecommitdiff
path: root/src/chillASTs.cc
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-28 18:24:40 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-28 18:24:40 -0600
commit3c890c8bd87c91fd607975ed62977f3e5f93b0fa (patch)
tree066a439ceabdc2fabda59766844978045e81f9cc /src/chillASTs.cc
parent3f75a3cd12eb4eb2f34a5b6e07f82e7ebf51fe03 (diff)
downloadchill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.tar.gz
chill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.tar.bz2
chill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.zip
staging
Diffstat (limited to 'src/chillASTs.cc')
-rw-r--r--src/chillASTs.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chillASTs.cc b/src/chillASTs.cc
index 7654ecf..31c6758 100644
--- a/src/chillASTs.cc
+++ b/src/chillASTs.cc
@@ -372,6 +372,7 @@ chillAST_RecordDecl::chillAST_RecordDecl(const char *nam, const char *orig) {
else name = strdup("unknown"); // ??
originalname = NULL;
+ symbolTable = new chillAST_SymbolTable();
if (orig) originalname = strdup(orig);
isStruct = isUnion = false;