projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
85bbbcc
)
PATCH [5.7.1] hv.c unused #define
Mark-Jason Dominus [Sun, 22 Apr 2001 14:17:49 +0000 (10:17 -0400)]
Message-ID: <
20010422181749
.26976.qmail@plover.com>
p4raw-id: //depot/perl@9788
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
f25aea2
..
1b1e061
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-1013,7
+1013,6
@@
S_hsplit(pTHX_ HV *hv)
return;
}
#else
-#define MALLOC_OVERHEAD 16
New(2, a, PERL_HV_ARRAY_ALLOC_BYTES(newsize), char);
if (!a) {
PL_nomemok = FALSE;