summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2003-02-26 14:49:47 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-05-29 18:47:40 +0000
commitb5c19bd7c15bd02a18c3c2b80b6f602827ecdbcc (patch)
tree62bd6c218608670924b1f52603773478868e7f69 /embed.h
parentd3f88289ec6f15b80a5a99970a0ca8fd4c679869 (diff)
downloadperl-b5c19bd7c15bd02a18c3c2b80b6f602827ecdbcc.tar.gz
jumbo closure fix
Message-ID: <20030226144947.A14444@fdgroup.com> p4raw-id: //depot/perl@19637
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/embed.h b/embed.h
index 71270d8813..5907e20af5 100644
--- a/embed.h
+++ b/embed.h
@@ -2128,9 +2128,6 @@
#define cv_dump S_cv_dump
#endif
# endif
-#ifdef PERL_CORE
-#define cv_clone2 S_cv_clone2
-#endif
#endif
#ifdef PERL_CORE
#define find_runcv Perl_find_runcv
@@ -4595,16 +4592,13 @@
#endif
#if defined(PERL_IN_PAD_C) || defined(PERL_DECL_PROT)
#ifdef PERL_CORE
-#define pad_findlex(a,b,c) S_pad_findlex(aTHX_ a,b,c)
+#define pad_findlex(a,b,c,d,e,f,g) S_pad_findlex(aTHX_ a,b,c,d,e,f,g)
#endif
# if defined(DEBUGGING)
#ifdef PERL_CORE
#define cv_dump(a,b) S_cv_dump(aTHX_ a,b)
#endif
# endif
-#ifdef PERL_CORE
-#define cv_clone2(a,b) S_cv_clone2(aTHX_ a,b)
-#endif
#endif
#ifdef PERL_CORE
#define find_runcv(a) Perl_find_runcv(aTHX_ a)