From 54b92c2d1fba04cb3279f320a5c43d564a9aa7b1 Mon Sep 17 00:00:00 2001 From: Dominic Dunlop Date: Wed, 23 Feb 2000 22:23:44 +0100 Subject: [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 --- malloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/malloc.c b/malloc.c index e031b45d92..acbc9e8fc0 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; -- cgit v1.2.1