Use a long as the opaque type so that it matches the size of a pointer

on both 32-bit and 64-bit platforms.
This commit is contained in:
David E. O'Brien 2004-03-03 08:24:31 +00:00
parent c80a90c51f
commit dd921920ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126533

View File

@ -36,7 +36,7 @@
#define SET_SIZE 5000
typedef unsigned int ITEM_TYPE;
typedef unsigned long ITEM_TYPE;
typedef struct {
ITEM_TYPE val;