aboutsummaryrefslogtreecommitdiff
path: root/src/entity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.c b/src/entity.c
index aa1b8f52a..d721df221 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -40,6 +40,7 @@ typedef enum EntityFlag {
EntityFlag_Ellipsis = 1<<6,
EntityFlag_NoAlias = 1<<7,
EntityFlag_TypeField = 1<<8,
+ EntityFlag_Value = 1<<9,
} EntityFlag;
// Zero value means the overloading process is not yet done