projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85bbbcc
)
PATCH [5.7.1] hv.c unused #define
author
Mark-Jason Dominus
<mjd@plover.com>
Sun, 22 Apr 2001 14:17:49 +0000
(10:17 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 23 Apr 2001 13:02:49 +0000
(13:02 +0000)
Message-ID: <
20010422181749
.26976.qmail@plover.com>
p4raw-id: //depot/perl@9788
hv.c
patch
|
blob
|
history
diff --git
a/hv.c
b/hv.c
index f25aea2d99d1ee1b946056868cfd00bd09506471..1b1e06115d5a23e46aa6ada76239889da48eacd9 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;