diff options
| author | gingerBill <bill@gingerbill.org> | 2018-01-21 14:30:48 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-01-21 14:30:48 +0000 |
| commit | 88ba6d8015966d1a16806b31382d2663add74efc (patch) | |
| tree | 438116b9008e8bc0458de8a165773220ef7c7b39 /src/types.cpp | |
| parent | 8b288a207254112a3b42ecbef46cecef9f28e811 (diff) | |
`enum #export`
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 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; \ |