aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index 512505007..839c237c5 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -171,6 +171,8 @@ struct TypeUnion {
Scope * scope; \
Entity * names; \
Type * base_type; \
+ ExactValue min_value; \
+ ExactValue max_value; \
}) \
TYPE_KIND(Tuple, struct { \
Array<Entity *> variables; /* Entity_Variable */ \