From: Hans Mulder Date: Sun, 15 Feb 1998 23:05:20 +0000 (+0100) Subject: Perl_sbrk declared inconsistently X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b63effbb08570586defa552dbb1d3b8a239b3c18;p=p5sagit%2Fp5-mst-13.2.git Perl_sbrk declared inconsistently p4raw-id: //depot/perl@543 --- diff --git a/malloc.c b/malloc.c index cc1e376..6f8f548 100644 --- a/malloc.c +++ b/malloc.c @@ -777,7 +777,7 @@ static long Perl_sbrk_oldsize; # define PERLSBRK_32_K (1<<15) # define PERLSBRK_64_K (1<<16) -char * +Malloc_t Perl_sbrk(size) int size; {