This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
save RE context when calling __WARN__ and __DIE__ hooks;
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 22 Mar 2000 15:38:49 +0000 (15:38 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 22 Mar 2000 15:38:49 +0000 (15:38 +0000)
commit3a1f2dc96a3b866c46ab6f878057fc73d4b009d4
tree67ea7ec3c00b20e8eab0bc95b6f0d6643787d409
parent4bca7e4f54e1629a267f78a6411de31fe29da1d8
save RE context when calling __WARN__ and __DIE__ hooks;
add missing stack-of-stacks logic for new code that came
in with lexical warnings (this fixes coredumps from
-Mdiagnostics when the warnings happens to come from within
the RE engine)

p4raw-id: //depot/perl@5877
util.c