diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-26 14:39:51 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-26 14:39:51 +0100 |
| commit | d974b29f67ea536e1da033e41f3b03e05696f438 (patch) | |
| tree | 7751caf06ea907312e24bccb958d486b7298432b /src/types.cpp | |
| parent | cc7316bb353db4f32e6bc3f25c6f505224ec9f55 (diff) | |
Reduce excessive node cloning on para-poly checking and fix scope bug
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
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 { \ |