aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-01-21 14:30:48 +0000
committergingerBill <bill@gingerbill.org>2018-01-21 14:30:48 +0000
commit88ba6d8015966d1a16806b31382d2663add74efc (patch)
tree438116b9008e8bc0458de8a165773220ef7c7b39 /src/types.cpp
parent8b288a207254112a3b42ecbef46cecef9f28e811 (diff)
`enum #export`
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 f089351e4..c40c076f1 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -132,6 +132,7 @@ struct TypeStruct {
Scope * scope; \
Entity * names; \
Type * base_type; \
+ bool is_export; \
Entity * count; \
Entity * min_value; \
Entity * max_value; \