diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-10-05 18:15:06 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-10-05 18:15:06 +0000 |
commit | 85aaa9347a943c63cdf17ef4ee9c73294929e278 (patch) | |
tree | bc8ab54e6ad17ebf3463f5f15debc575d7add9c8 /embed.h | |
parent | fc92a12da48923c628ee65a44060ddf6a33f8c2d (diff) | |
download | perl-85aaa9347a943c63cdf17ef4ee9c73294929e278.tar.gz |
With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be
inlined and eliminated.
p4raw-id: //depot/perl@32033
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1292,7 +1292,6 @@ #if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT) #ifdef PERL_CORE #define docatch S_docatch -#define docatch_body S_docatch_body #define dofindlabel S_dofindlabel #define doparseform S_doparseform #define num_overflow S_num_overflow @@ -3572,7 +3571,6 @@ #if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT) #ifdef PERL_CORE #define docatch(a) S_docatch(aTHX_ a) -#define docatch_body() S_docatch_body(aTHX) #define dofindlabel(a,b,c,d) S_dofindlabel(aTHX_ a,b,c,d) #define doparseform(a) S_doparseform(aTHX_ a) #define num_overflow S_num_overflow |