projects
/
tedtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5480981
)
Use uintptr_t Opaque type
author
teodor
<teodor>
Wed, 9 Jul 2008 21:18:19 +0000
(21:18 +0000)
committer
teodor
<teodor>
Wed, 9 Jul 2008 21:18:19 +0000
(21:18 +0000)
sfxstr.c
patch
|
blob
|
history
diff --git
a/sfxstr.c
b/sfxstr.c
index
6337f8c
..
6cb581c
100644
(file)
--- a/
sfxstr.c
+++ b/
sfxstr.c
@@
-46,7
+46,7
@@
#define SFSTREE_VERSION 0x0100
-typedef u
nsigned long
Opaque; /* XXX sizeof(Opaque) == sizeof(void *) */
+typedef u
intptr_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 )