X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fchar-upper.c;h=c56528cbd30a3c138b46f14d5e568d26b4f31bb8;hb=1d62db61c7a34454ee9380c08c0fc8ebcc262687;hp=69a0320b2046999e69075fa752c229874aed03f9;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/char-upper.c b/ucw/char-upper.c index 69a0320b..c56528cb 100644 --- a/ucw/char-upper.c +++ b/ucw/char-upper.c @@ -10,7 +10,7 @@ #include #include -const byte _c_upper[256] = { +const byte ucw_c_upper[256] = { #define CHAR(code,upper,lower,cat) upper, #include #undef CHAR