*: small code shrinks and compile fix for unicode

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-01-20 02:51:09 +01:00
parent 0d478334b3
commit 94ca6943bc
5 changed files with 23 additions and 19 deletions

View File

@ -9,7 +9,10 @@
#include "libbb.h"
#include "unicode.h"
/* If it's not a constant... */
#ifndef unicode_status
uint8_t unicode_status;
#endif
size_t FAST_FUNC bb_mbstrlen(const char *string)
{