diff options
| author | Glenn Smith <glenn@vector35.com> | 2019-10-29 17:57:10 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2020-01-16 01:06:45 -0500 |
| commit | 185a77b28a90335a201e27c9cb949ce2d45a183e (patch) | |
| tree | 138c9a98f0d23e6dc8ffe7fcf9786e6b3383f602 /binaryninjacore.h | |
| parent | 39ec57947875e6f0f18051f0a9211119fc925ffe (diff) | |
Update gutter width, tag token as a constant
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index e939d827..c4c4492c 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -70,7 +70,9 @@ #define BN_INVALID_EXPR ((size_t)-1) -#define BN_MAX_STRING_LENGTH 128 +#define BN_MAX_STRING_LENGTH 128 + +#define BN_TAG_TOKEN_WIDTH 5 #define LLVM_SVCS_CB_NOTE 0 #define LLVM_SVCS_CB_WARNING 1 |
