X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fstr_upper.c;h=4253b88172b5dde3eb510cd680b3039a5c23b93f;hb=f5be42dd4a3346059819fdba379e7abac9549625;hp=627aa0b202ef480145354f7b7e33c60408f23b48;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/lib/str_upper.c b/lib/str_upper.c index 627aa0b2..4253b881 100644 --- a/lib/str_upper.c +++ b/lib/str_upper.c @@ -2,11 +2,14 @@ * Sherlock Library -- Uppercase Map * * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/chartype.h" -unsigned char _c_upper[256] = { +const unsigned char _c_upper[256] = { #define CHAR(code,upper,unacc,acc,cat) upper, #include "lib/charmap.h" #undef CHAR