X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fctype%2F__ctype_toupper_loc.c;h=ffaef0e91ffbb6dcccef6702345e252833fc22d9;hb=ebd8ef50d5012733d86ed4a6834ca6d776b069ae;hp=5e23dda7f74661a00fe7ab2d984044ed85367c18;hpb=9372655e884b3829c6639fc1a6047b2569f3c3ec;p=musl diff --git a/src/ctype/__ctype_toupper_loc.c b/src/ctype/__ctype_toupper_loc.c index 5e23dda7..ffaef0e9 100644 --- a/src/ctype/__ctype_toupper_loc.c +++ b/src/ctype/__ctype_toupper_loc.c @@ -1,5 +1,4 @@ -#include -#include +#include static const int32_t table[] = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -23,7 +22,7 @@ static const int32_t table[] = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, }; -static const int32_t *const ptable = table; +static const int32_t *const ptable = table+128; const int32_t **__ctype_toupper_loc(void) {