Use uintptr_t Opaque type
authorteodor <teodor>
Wed, 9 Jul 2008 21:18:19 +0000 (21:18 +0000)
committerteodor <teodor>
Wed, 9 Jul 2008 21:18:19 +0000 (21:18 +0000)
sfxstr.c

index 6337f8c..6cb581c 100644 (file)
--- a/sfxstr.c
+++ b/sfxstr.c
@@ -46,7 +46,7 @@
 
 #define SFSTREE_VERSION                0x0100
 
-typedef unsigned long Opaque;  /* XXX sizeof(Opaque) == sizeof(void *) */
+typedef uintptr_t Opaque;  /* XXX sizeof(Opaque) == sizeof(void *) */
 
 #define CHECK_MEMORY(tree)     ( ( (tree)->plainmemory ) ? \
        tlog(TL_CRIT|TL_EXIT, "Tree in plain memory - read only access") : (void)0 )