summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-05-04 15:02:08 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2010-05-04 15:02:08 +0200
commit99782e35be86d92df5daa0659d4cb2351d4a36b9 (patch)
tree6c194c8e6029d1c5a03d170b8c2b2ec9fa8465d6 /mg.c
parent4e2ac26421efaa66f511dc5457604998dbcaa1da (diff)
parent7ce092845b50544ac127e66e60d73a2f7b707464 (diff)
downloadperl-99782e35be86d92df5daa0659d4cb2351d4a36b9.tar.gz
Merge remote branch 'zefram/zefram/reliable_exception' into blead
Conflicts: pp_ctl.c
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 3c5702669f..4be1b3c2e1 100644
--- a/mg.c
+++ b/mg.c
@@ -3004,7 +3004,7 @@ Perl_sighandler(int sig)
(void)rsignal(sig, PL_csighandlerp);
#endif
#endif /* !PERL_MICRO */
- Perl_die(aTHX_ NULL);
+ die_sv(ERRSV);
}
cleanup:
if (flags & 1)