From 3835f308f81abb821b6d066ea6af4df358469e8d Mon Sep 17 00:00:00 2001 From: teodor Date: Wed, 9 Jul 2008 21:18:19 +0000 Subject: [PATCH] Use uintptr_t Opaque type --- sfxstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfxstr.c b/sfxstr.c index 6337f8c..6cb581c 100644 --- 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 ) -- 2.37.3