summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-10-05 18:15:06 +0000
committerNicholas Clark <nick@ccl4.org>2007-10-05 18:15:06 +0000
commit85aaa9347a943c63cdf17ef4ee9c73294929e278 (patch)
treebc8ab54e6ad17ebf3463f5f15debc575d7add9c8 /embed.h
parentfc92a12da48923c628ee65a44060ddf6a33f8c2d (diff)
downloadperl-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index bdcc615fd4..9d41f69de9 100644
--- a/embed.h
+++ b/embed.h
@@ -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