Perl_sbrk declared inconsistently
Hans Mulder [Sun, 15 Feb 1998 23:05:20 +0000 (00:05 +0100)]
p4raw-id: //depot/perl@543

malloc.c

index cc1e376..6f8f548 100644 (file)
--- 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;
 {