aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-26 14:39:51 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-26 14:39:51 +0100
commitd974b29f67ea536e1da033e41f3b03e05696f438 (patch)
tree7751caf06ea907312e24bccb958d486b7298432b /src/types.cpp
parentcc7316bb353db4f32e6bc3f25c6f505224ec9f55 (diff)
Reduce excessive node cloning on para-poly checking and fix scope bug
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index 41ce0a19d..465f69048 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -150,6 +150,7 @@ struct TypeRecord {
bool require_results; \
bool c_vararg; \
bool is_generic; \
+ bool is_generic_specialized; \
ProcCallingConvention calling_convention; \
}) \
TYPE_KIND(Map, struct { \