X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fctype%2F__ctype_tolower_loc.c;h=62ce69a63bdae9d608e98bc01d5f5db4b19526b8;hp=446d08dabf11f0b48ffe6f23830a6cf32632fb75;hb=74025c80ce1eb4cda110ab2e3ac11718d3c6f2ff;hpb=9372655e884b3829c6639fc1a6047b2569f3c3ec diff --git a/src/ctype/__ctype_tolower_loc.c b/src/ctype/__ctype_tolower_loc.c index 446d08da..62ce69a6 100644 --- a/src/ctype/__ctype_tolower_loc.c +++ b/src/ctype/__ctype_tolower_loc.c @@ -23,7 +23,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_tolower_loc(void) {