diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-01 20:38:44 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-01 20:38:44 +0100 |
| commit | fa09d805e23c59cb881573a7a1aee5fbc5752ea2 (patch) | |
| tree | 5407c69e5f63b0d3dcab9eef6fee323273070445 /src/checker/entity.cpp | |
| parent | ff6e21cb879397982cddf3cf5f47bba681271a2c (diff) | |
Match statements; Type System change (Type_Record for all sum and product types)
Diffstat (limited to 'src/checker/entity.cpp')
| -rw-r--r-- | src/checker/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker/entity.cpp b/src/checker/entity.cpp index 480e619a9..dd978e810 100644 --- a/src/checker/entity.cpp +++ b/src/checker/entity.cpp @@ -27,6 +27,7 @@ String const entity_strings[] = { typedef i64 EntityGuid; +typedef struct Type Type; struct Entity { EntityKind kind; |