diff options
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index a4ec806e..938ed0cb 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -261,6 +261,7 @@ extern "C" PossibleValueToken = 30, PossibleValueTypeToken = 31, ArrayIndexToken = 32, + IndentationToken = 33, // The following are output by the analysis system automatically, these should // not be used directly by the architecture plugins CodeSymbolToken = 64, |
