From 766f891612bf493b0430beb068ead367d70cdef6 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 10 Jan 2005 19:25:27 +0000 Subject: Remove PERL_FLEXIBLE_EXCEPTIONS code. p4raw-id: //depot/perl@23780 --- thrdvar.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'thrdvar.h') diff --git a/thrdvar.h b/thrdvar.h index 6d5471fa2d..726dbeea2d 100644 --- a/thrdvar.h +++ b/thrdvar.h @@ -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 */ -- cgit v1.2.1