projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3cbc818
)
Perl_sbrk declared inconsistently
Hans Mulder [Sun, 15 Feb 1998 23:05:20 +0000 (
00:05
+0100)]
p4raw-id: //depot/perl@543
malloc.c
patch
|
blob
|
blame
|
history
diff --git
a/malloc.c
b/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;
{