From a240a3d14660f6b33f839a3ebf142e20aac3e80a Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 28 Dec 2018 13:31:06 +0000 Subject: `static` variable declarations (Experimental) --- 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 f4bc99247..c9dc966ec 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -47,6 +47,7 @@ enum EntityFlag { EntityFlag_PolyConst = 1<<13, EntityFlag_NotExported = 1<<14, + EntityFlag_Static = 1<<16, EntityFlag_CVarArg = 1<<20, EntityFlag_AutoCast = 1<<21, -- cgit v1.2.3