]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-cat.c
Maint: Moved ABI tools to maint/
[libucw.git] / ucw / char-cat.c
index e1bd2811fb17015e8d2d9b01ad37d19ed4339515..9ca8e75d9ef892675512f1672d70b054c264d8bd 100644 (file)
@@ -7,11 +7,11 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/chartype.h"
+#include <ucw/lib.h>
+#include <ucw/chartype.h>
 
-const byte _c_cat[256] = {
+const byte ucw_c_cat[256] = {
 #define CHAR(code,upper,lower,cat) cat,
-#include "ucw/char-map.h"
+#include <ucw/char-map.h>
 #undef CHAR
 };