Change 34970 by [EMAIL PROTECTED] on 2008/12/01 14:29:42

        Change 34966 should also have removed the SSCHECK(4); from
        Perl_save_hints().

Affected files ...

... //depot/perl/scope.c#247 edit

Differences ...

==== //depot/perl/scope.c#247 (text) ====
Index: perl/scope.c
--- perl/scope.c#246~34968~     2008-12-01 05:19:41.000000000 -0800
+++ perl/scope.c        2008-12-01 06:29:42.000000000 -0800
@@ -540,7 +540,6 @@
            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);
End of Patch.

Reply via email to