diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-05-04 15:02:08 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-05-04 15:02:08 +0200 |
commit | 99782e35be86d92df5daa0659d4cb2351d4a36b9 (patch) | |
tree | 6c194c8e6029d1c5a03d170b8c2b2ec9fa8465d6 /mg.c | |
parent | 4e2ac26421efaa66f511dc5457604998dbcaa1da (diff) | |
parent | 7ce092845b50544ac127e66e60d73a2f7b707464 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |