X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fctype%2Fiswpunct.c;h=16e8703b55cdcbd5b252f77f93baf8fa0331ff8b;hp=a829745244f6f95703995645727fcc01fde69b32;hb=c50925071cce9c6342597f5671e30d2970c6ff4a;hpb=7e38b1ea2bf1a0817942275cea89c959bf446d87 diff --git a/src/ctype/iswpunct.c b/src/ctype/iswpunct.c index a8297452..16e8703b 100644 --- a/src/ctype/iswpunct.c +++ b/src/ctype/iswpunct.c @@ -1,6 +1,6 @@ #include -static unsigned char table[] = { +static const unsigned char table[] = { #include "punct.h" };