aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-12 11:09:27 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-12 11:09:27 +0800
commitad4582dfc2bb0c50d6972881ed845a473c40ca71 (patch)
tree1d41ed222e8205a2fd16a507e3721095b4acf48f /semantics.h
parent34495ef7b97f3220462c974f06f1cd9c652f2a03 (diff)
fix bugs in function declaration & prototype
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/semantics.h b/semantics.h
index cf3666a..4c3b892 100644
--- a/semantics.h
+++ b/semantics.h
@@ -115,6 +115,7 @@ struct CScope {
CSNode *top;
CTable_t tvar;
CTable_t ttype;
+ CTable_t ext_link;
};
typedef struct ExpType {