Change 34966 should also have removed the SSCHECK(4); from
Nicholas Clark [Mon, 1 Dec 2008 14:29:42 +0000 (14:29 +0000)]
Perl_save_hints().

p4raw-id: //depot/perl@34970

scope.c

diff --git a/scope.c b/scope.c
index 6782e0b..78d796b 100644 (file)
--- 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);