diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2005-01-10 19:25:27 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2005-01-10 19:25:27 +0000 |
commit | 289b58f75906a5d72af9c593e2b49622171371fa (patch) | |
tree | 51378b3e215f1cbbe4f9bebe4d1c8e6cb493bb9e /thrdvar.h | |
parent | 661c0fbf47a7bb4b41bffb3323e44597a4d1835a (diff) | |
download | perl-289b58f75906a5d72af9c593e2b49622171371fa.tar.gz |
Remove PERL_FLEXIBLE_EXCEPTIONS code.
p4raw-id: //depot/perl@23780
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -130,9 +130,6 @@ PERLVAR(Tmainstack, AV *) /* the stack when nothing funny is happening */ PERLVAR(Ttop_env, JMPENV *) /* ptr. to current sigjmp() environment */ PERLVAR(Tstart_env, JMPENV) /* empty startup sigjmp() environment */ -#ifdef PERL_FLEXIBLE_EXCEPTIONS -PERLVARI(Tprotect, protect_proc_t, MEMBER_TO_FPTR(Perl_default_protect)) -#endif PERLVARI(Terrors, SV *, Nullsv) /* outstanding queued errors */ /* statics "owned" by various functions */ |