summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-04-19 06:38:44 -0500
committerDave Mitchell <davem@fdisolutions.com>2005-04-19 23:43:54 +0000
commitb21dc0313d6db8e825aa8b1c17bfe601ada00827 (patch)
tree460f20c7a25c53c5df6b1616371d2efef512be7d /embed.h
parent4d4948808560f73c9be361930114c89552276998 (diff)
downloadperl-b21dc0313d6db8e825aa8b1c17bfe601ada00827.tar.gz
pad_compname_type(), takes care of a clunky macro
Message-Id: <20050419163844.GA19747@petdance.com> p4raw-id: //depot/perl@24256
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 57deaf092e..307278149f 100644
--- a/embed.h
+++ b/embed.h
@@ -2093,6 +2093,9 @@
#ifdef PERL_CORE
#define pad_push Perl_pad_push
#endif
+#ifdef PERL_CORE
+#define pad_compname_type Perl_pad_compname_type
+#endif
#if defined(PERL_IN_PAD_C) || defined(PERL_DECL_PROT)
#ifdef PERL_CORE
#define pad_findlex S_pad_findlex
@@ -4693,6 +4696,9 @@
#ifdef PERL_CORE
#define pad_push(a,b) Perl_pad_push(aTHX_ a,b)
#endif
+#ifdef PERL_CORE
+#define pad_compname_type(a) Perl_pad_compname_type(aTHX_ a)
+#endif
#if defined(PERL_IN_PAD_C) || defined(PERL_DECL_PROT)
#ifdef PERL_CORE
#define pad_findlex(a,b,c,d,e,f,g) S_pad_findlex(aTHX_ a,b,c,d,e,f,g)