summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index c2d95f7d..5318630a 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -626,6 +626,8 @@ extern "C"
LvalueSuffix
};
+ // Caution: these enumeration values are used a lookups into the static NameTypeStrings in the core
+ // if you modify this you must also modify the string lookups as well
enum BNNameType
{
NoNameType,
@@ -640,7 +642,6 @@ extern "C"
OperatorEqualNameType,
OperatorNotEqualNameType,
OperatorArrayNameType,
- OperatorDotNameType,
OperatorArrowNameType,
OperatorStarNameType,
OperatorIncrementNameType,