* brian m. carlson <sand...@crustytoothpaste.net>, 2010-12-21, 21:39:
diff -ur libuninum.old/unicode.h libuninum-2.7/unicode.h
--- libuninum.old/unicode.h     2010-12-21 21:35:42.000000000 +0000
+++ libuninum-2.7/unicode.h     2010-12-21 21:36:04.000000000 +0000
@@ -1,4 +1,4 @@
-typedef unsigned long  UTF32;  /* at least 32 bits */
+typedef unsigned int   UTF32;  /* at least 32 bits */
typedef unsigned short  UTF16;  /* at least 16 bits */
typedef unsigned short  UCS2;   /* at least 16 bits */
typedef unsigned char   UTF8;   /* 8 bits */

While I can image that this patch make things better, please note that it also breaks ABI (on 64-bit arches).

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature

Reply via email to