diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/unicode.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbb/unicode.c b/libbb/unicode.c index 9d316df04..80042957c 100644 --- a/libbb/unicode.c +++ b/libbb/unicode.c | |||
@@ -9,7 +9,10 @@ | |||
9 | #include "libbb.h" | 9 | #include "libbb.h" |
10 | #include "unicode.h" | 10 | #include "unicode.h" |
11 | 11 | ||
12 | /* If it's not a constant... */ | ||
13 | #ifndef unicode_status | ||
12 | uint8_t unicode_status; | 14 | uint8_t unicode_status; |
15 | #endif | ||
13 | 16 | ||
14 | size_t FAST_FUNC bb_mbstrlen(const char *string) | 17 | size_t FAST_FUNC bb_mbstrlen(const char *string) |
15 | { | 18 | { |