From a43b89f36e988df8268ee92ea54017806b3226bb Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 29 Oct 2017 11:35:21 +0000 Subject: #alias type declarations; core library additions; `_global` import name for the global scope --- src/entity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index e03adeab8..de0922650 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -156,6 +156,7 @@ bool is_entity_exported(Entity *e) { return name[0] != '_'; } + gb_global u64 global_entity_id = 0; Entity *alloc_entity(gbAllocator a, EntityKind kind, Scope *scope, Token token, Type *type) { -- cgit v1.2.3