From: Dominic Dunlop Date: Wed, 23 Feb 2000 21:23:44 +0000 (+0100) Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54b92c2d1fba04cb3279f320a5c43d564a9aa7b1;p=p5sagit%2Fp5-mst-13.2.git [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings To: perl5-porters@perl.org Cc: Gurusamy Sarathy Message-Id: p4raw-id: //depot/cfgperl@5225 --- diff --git a/malloc.c b/malloc.c index e031b45..acbc9e8 100644 --- a/malloc.c +++ b/malloc.c @@ -981,6 +981,7 @@ Perl_malloc(register size_t nbytes) register union overhead *p; register int bucket; register MEM_SIZE shiftr; + static void morecore(int bucket); #if defined(DEBUGGING) || defined(RCHECK) MEM_SIZE size = nbytes;