]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-lower.c
tableprinter: update of some FIXME
[libucw.git] / ucw / char-lower.c
index cc6f99eb73bd8bbc2681de53842b2f30a6670bc3..db97583f56602c796b45d08adcf22d1be620f00c 100644 (file)
@@ -10,7 +10,7 @@
 #include <ucw/lib.h>
 #include <ucw/chartype.h>
 
-const byte _c_lower[256] = {
+const byte ucw_c_lower[256] = {
 #define CHAR(code,upper,lower,cat) lower,
 #include <ucw/char-map.h>
 #undef CHAR