Change 27431 by [EMAIL PROTECTED] on 2006/03/09 11:04:23

        Not the cause of another MAD test failure - an explicit abort trap
        for saving PL_formfeed is being hit.

Affected files ...

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

Differences ...

==== //depot/perl/scope.c#176 (text) ====
Index: perl/scope.c
--- perl/scope.c#175~27428~     2006-03-08 14:36:30.000000000 -0800
+++ perl/scope.c        2006-03-09 03:04:23.000000000 -0800
@@ -166,6 +166,7 @@
     register SV * const sv = *sptr = newSV(0);
 
 #ifdef PERL_MAD
+    /* FIXME for MAD - this is causing ext/Safe/t/safeops.t to abort.  */
     if (PL_formfeed && sv == PL_formfeed)
        abort();
 #endif
End of Patch.

Reply via email to