diff options
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 { \ |