projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3cc8d58
)
Note the cause of another MAD test failure - an explicit abort trap
Nicholas Clark [Thu, 9 Mar 2006 11:04:23 +0000 (11:04 +0000)]
for saving PL_formfeed is being hit.
p4raw-id: //depot/perl@27431
scope.c
patch
|
blob
|
blame
|
history
diff --git
a/scope.c
b/scope.c
index
2c61424
..
ff063d2
100644
(file)
--- 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