From fa09d805e23c59cb881573a7a1aee5fbc5752ea2 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Thu, 1 Sep 2016 20:38:44 +0100 Subject: Match statements; Type System change (Type_Record for all sum and product types) --- src/checker/entity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/checker/entity.cpp') 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; -- cgit v1.2.3