Mercurial > hg > xemacs-beta
diff src/blocktype.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 376386a54a3c |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/blocktype.h Mon Aug 13 10:27:41 2007 +0200 +++ b/src/blocktype.h Mon Aug 13 10:28:48 2007 +0200 @@ -34,7 +34,7 @@ int elsize; \ type *tempel -void *Blocktype_newf (int elsize); +void *Blocktype_newf (size_t elsize); void Blocktype_allocf (void *b); void Blocktype_free (void *bbb, void *el);