aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-01-17 19:07:38 +0000
committergingerBill <bill@gingerbill.org>2018-01-17 19:07:38 +0000
commit419ab6f00c5396c1296a78e931693ba38d7ea102 (patch)
treeab4f8cfe76b023c568257260e3adbe28f37d97d9 /src/types.cpp
parent5558b55e9f1f7b80c052bc803fd43f317849f98c (diff)
Named return value act as variables; Code reorganization
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 eb673232f..d515d9390 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -158,6 +158,7 @@ struct TypeStruct {
bool is_polymorphic; \
bool is_poly_specialized; \
bool has_proc_default_values; \
+ bool has_named_results; \
isize specialization_count; \
ProcCallingConvention calling_convention; \
}) \