diff src/blocktype.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 3d6bfa290dbd
children
line wrap: on
line diff
--- a/src/blocktype.c	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/blocktype.c	Mon Aug 13 10:28:48 2007 +0200
@@ -77,7 +77,7 @@
 };
 
 void *
-Blocktype_newf (int elsize)
+Blocktype_newf (size_t elsize)
 {
   Blocktype *b = xnew (Blocktype);
   b->elsize = max (elsize, sizeof (void *));