]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-upper.c
Heap: Adjust callers
[libucw.git] / ucw / char-upper.c
index 3b8d3171f6dc5e5f076bd924922025f7dc3570fa..69a0320b2046999e69075fa752c229874aed03f9 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 unsigned char _c_upper[256] = {
+const byte _c_upper[256] = {
 #define CHAR(code,upper,lower,cat) upper,
-#include "ucw/char-map.h"
+#include <ucw/char-map.h>
 #undef CHAR
 };