From: Roderick Schertler Date: Sat, 29 Mar 1997 16:36:21 +0000 (-0500) Subject: safefree() mismatch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b9b466fb02dc96c81439bafbb3b2da55238cfd2;p=p5sagit%2Fp5-mst-13.2.git safefree() mismatch The declaration of safefree() in proto.h disagrees with the definition in util.c. p5p-msgid: 21338.859653381@eeyore.ibcinc.com --- diff --git a/util.c b/util.c index 99a3273..1317a76 100644 --- a/util.c +++ b/util.c @@ -150,7 +150,7 @@ MEM_SIZE size; /* safe version of free */ -void +Free_t safefree(where) Malloc_t where; {