summaryrefslogtreecommitdiff
path: root/src/analysis/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/type.h')
-rw-r--r--src/analysis/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/type.h b/src/analysis/type.h
index 819af38..f5cc242 100644
--- a/src/analysis/type.h
+++ b/src/analysis/type.h
@@ -65,7 +65,7 @@ typedef enum _TypeFlag
TFL_SINGLETON = (1 << 1), /* Singleton effectif */
TFL_USER_LOW_BIT = (1 << 2), /* Premier bit libre */
- TFL_USER_HIGH_BIT = (1 << 6) /* Dernier bit libre */
+ TFL_USER_HIGH_BIT = (1 << 7) /* Dernier bit libre */
} TypeFlag;