diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 { |