From: Nicholas Clark Date: Thu, 9 Mar 2006 11:04:23 +0000 (+0000) Subject: Note the cause of another MAD test failure - an explicit abort trap X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=49e9cc5f6815d33ebfa1aabf8837d4a6b16c3bea;p=p5sagit%2Fp5-mst-13.2.git Note the cause of another MAD test failure - an explicit abort trap for saving PL_formfeed is being hit. p4raw-id: //depot/perl@27431 --- diff --git a/scope.c b/scope.c index 2c61424..ff063d2 100644 --- a/scope.c +++ b/scope.c @@ -166,6 +166,7 @@ S_save_scalar_at(pTHX_ SV **sptr) 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