diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-10-01 20:01:00 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-10-01 20:01:00 +0100 |
| commit | 8f39ebbe5a7628e8d4597d39f9253c23fead53a6 (patch) | |
| tree | 4691aaea6b691c0bd38bea4ae8c1808a93208218 /src/types.cpp | |
| parent | c1e720a49b3dedf5ad8f0b4b2b444bf3f160834f (diff) | |
Procedure literals for default values in structs
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 3aeb4f3e4..7cc85f40d 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -82,6 +82,7 @@ struct TypeStruct { bool is_raw_union; bool is_polymorphic; bool is_poly_specialized; + bool has_proc_default_values; Type * polymorphic_params; // Type_Tuple Type * polymorphic_parent; |