diff src/hash.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents f955c73f5258
children 8626e4521993
line wrap: on
line diff
--- a/src/hash.h	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/hash.h	Mon Aug 13 10:28:48 2007 +0200
@@ -31,7 +31,7 @@
   hentry	*harray;
   long		zero_set;
   void		*zero_entry;
-  unsigned int	size;		/* size of the hasharray */
+  size_t	size;		/* size of the hasharray */
   unsigned int	fullness;	/* number of entries in the hashtable */
   unsigned long (*hash_function) (CONST void *);
   int		(*test_function) (CONST void *, CONST void *);