From: Nicholas Clark Date: Mon, 1 Dec 2008 14:29:42 +0000 (+0000) Subject: Change 34966 should also have removed the SSCHECK(4); from X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9e730509907b8752181af8e7fd62436ee39ccc0a;p=p5sagit%2Fp5-mst-13.2.git Change 34966 should also have removed the SSCHECK(4); from Perl_save_hints(). p4raw-id: //depot/perl@34970 --- diff --git a/scope.c b/scope.c index 6782e0b..78d796b 100644 --- a/scope.c +++ b/scope.c @@ -540,7 +540,6 @@ Perl_save_hints(pTHX) PL_compiling.cop_hints_hash->refcounted_he_refcnt++; HINTS_REFCNT_UNLOCK; } - SSCHECK(4); if (PL_hints & HINT_LOCALIZE_HH) { save_pushptri32ptr(GvHV(PL_hintgv), PL_hints, PL_compiling.cop_hints_hash, SAVEt_HINTS);