This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc8d58
)
Note the cause of another MAD test failure - an explicit abort trap
author
Nicholas Clark
<nick@ccl4.org>
Thu, 9 Mar 2006 11:04:23 +0000
(11:04 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
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