From 966c22c5db5044b7ed88907f482b670f3573ad56 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Mon, 30 Jun 2003 19:05:56 +0200
Subject: [PATCH] size_t is a better default for PIKE_HASH_T (as it is in
 block_alloc.h).

Rev: src/block_alloc_h.h:1.20
---
 src/block_alloc_h.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/block_alloc_h.h b/src/block_alloc_h.h
index bdc457ec3a..a5b238cfac 100644
--- a/src/block_alloc_h.h
+++ b/src/block_alloc_h.h
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: block_alloc_h.h,v 1.19 2003/02/24 17:06:54 grubba Exp $
+|| $Id: block_alloc_h.h,v 1.20 2003/06/30 17:05:56 mast Exp $
 */
 
 #undef BLOCK_ALLOC
@@ -13,7 +13,7 @@
 #undef PTR_HASH_ALLOC_FIXED_FILL_PAGES
 
 #ifndef PIKE_HASH_T
-#define PIKE_HASH_T	unsigned INT32
+#define PIKE_HASH_T	size_t
 #endif /* !PIKE_HASH_T */
 
 #define BLOCK_ALLOC(DATA,SIZE)						\
-- 
GitLab