From: Nicholas Clark Date: Thu, 30 Oct 2003 19:42:28 +0000 (+0000) Subject: 14 is the chain length for attack. From X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8012aafdb274a91ce4d5cb2e6453548a3aa2dd5;p=p5sagit%2Fp5-mst-13.2.git 14 is the chain length for attack. From Message-ID: <20031030204117.16008.qmail@plover.com> Subject: Re: 5.8.2-RC1 and mp2 Date: Thu, 30 Oct 2003 15:41:17 -0500 From: Mark Jason Dominus and From: Scott A Crosby Subject: Re: 5.8.2-RC1 and mp2 Date: 30 Oct 2003 14:08:06 -0600 Message-ID: p4raw-id: //depot/perl@21580 --- diff --git a/hv.c b/hv.c index 46c63cd..09476f0 100644 --- a/hv.c +++ b/hv.c @@ -20,7 +20,7 @@ #define PERL_IN_HV_C #include "perl.h" -#define HV_MAX_LENGTH_BEFORE_SPLIT 4 +#define HV_MAX_LENGTH_BEFORE_SPLIT 14 STATIC HE* S_new_he(pTHX)