diff options
author | Andy Lester <andy@petdance.com> | 2005-03-10 09:17:28 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-11 10:22:28 +0000 |
commit | 2601929893f334f18dbc48652b91b4acab6e8915 (patch) | |
tree | bfe6c04b282aa6be8f03f07521dcf8d1b5faec1e /embed.h | |
parent | e199e3bef188fd5eadcca420af186241e2773db1 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |