summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-03-10 09:17:28 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-11 10:22:28 +0000
commit2601929893f334f18dbc48652b91b4acab6e8915 (patch)
treebfe6c04b282aa6be8f03f07521dcf8d1b5faec1e /embed.h
parente199e3bef188fd5eadcca420af186241e2773db1 (diff)
downloadperl-2601929893f334f18dbc48652b91b4acab6e8915.tar.gz
pad_push numero three-o
Message-ID: <20050310211728.GC32386@petdance.com> p4raw-id: //depot/perl@24023
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 00ae7a710b..c258e8f411 100644
--- a/embed.h
+++ b/embed.h
@@ -4683,7 +4683,7 @@
#define pad_fixup_inner_anons(a,b,c) Perl_pad_fixup_inner_anons(aTHX_ a,b,c)
#endif
#ifdef PERL_CORE
-#define pad_push(a,b,c) Perl_pad_push(aTHX_ a,b,c)
+#define pad_push(a,b) Perl_pad_push(aTHX_ a,b)
#endif
#if defined(PERL_IN_PAD_C) || defined(PERL_DECL_PROT)
#ifdef PERL_CORE