aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-02-29 09:55:25 +0000
committergingerBill <bill@gingerbill.org>2020-02-29 09:55:25 +0000
commit8ec5987ae1a46682f8fc11a3f0683f6b6e425d3b (patch)
tree3e06735d4ada793ec52545b8ecd534d99f5ecec6 /src/entity.cpp
parent470508adbc9fb8b0e79d8ef1c7ca6a92d4babfcd (diff)
parent408fa027af4ad8e5dfc8296521f55c88b1afc86c (diff)
Merge branch 'master' into llvm-integration
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index a721c6394..49ecd65dc 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -47,6 +47,7 @@ enum EntityFlag {
EntityFlag_BitFieldValue = 1<<12,
EntityFlag_PolyConst = 1<<13,
EntityFlag_NotExported = 1<<14,
+ EntityFlag_ConstInput = 1<<15,
EntityFlag_Static = 1<<16,