From: Mark-Jason Dominus Date: Sun, 22 Apr 2001 14:17:49 +0000 (-0400) Subject: PATCH [5.7.1] hv.c unused #define X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f31685997832018e7cd7de536fbd409ead4eb89f;p=p5sagit%2Fp5-mst-13.2.git PATCH [5.7.1] hv.c unused #define Message-ID: <20010422181749.26976.qmail@plover.com> p4raw-id: //depot/perl@9788 --- diff --git a/hv.c b/hv.c index f25aea2..1b1e061 100644 --- 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;