This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If we get to sighandler by mistake (no perl handler set) then
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 26 Jan 2002 13:59:33 +0000 (13:59 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 26 Jan 2002 13:59:33 +0000 (13:59 +0000)
commit727405f80c5904bbe9e96e63570ee4516290a454
tree8212698c6ae9002729944df18d6f188ae4e16b03
parent740874b26351ff352fbd12f44d98af902d6b0956
If we get to sighandler by mistake (no perl handler set) then
warn() and exit() rather than die() - should never happen
but if it does context needed to die is likely to be trashed
as well.

p4raw-id: //depot/perlio@14427
mg.c