From 220485a2d2cd180e7ff2a15bab66c867c06b05d7 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 2 Sep 2018 15:56:36 +0100 Subject: `typeid` as keyword (ready to implement polymorphic name parameters) --- src/entity.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index 85e768f2c..2dd4a4be0 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -47,6 +47,7 @@ enum EntityFlag { EntityFlag_PolyConst = 1<<13, EntityFlag_NotExported = 1<<14, + EntityFlag_CVarArg = 1<<20, EntityFlag_AutoCast = 1<<21, }; @@ -113,9 +114,6 @@ struct Entity { String link_prefix; bool is_foreign; bool is_export; - - // bool default_is_nil; - // bool default_is_location; bool is_immutable; } Variable; struct { -- cgit v1.2.3