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 /proto.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 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1306,7 +1306,7 @@ PERL_CALLCONV void Perl_pad_tidy(pTHX_ padtidy_type type); PERL_CALLCONV void Perl_do_dump_pad(pTHX_ I32 level, PerlIO *file, PADLIST *padlist, int full); PERL_CALLCONV void Perl_pad_fixup_inner_anons(pTHX_ PADLIST *padlist, CV *old_cv, CV *new_cv); -PERL_CALLCONV void Perl_pad_push(pTHX_ PADLIST *padlist, int depth, int has_args); +PERL_CALLCONV void Perl_pad_push(pTHX_ PADLIST *padlist, int depth); #if defined(PERL_IN_PAD_C) || defined(PERL_DECL_PROT) STATIC PADOFFSET S_pad_findlex(pTHX_ char *name, CV* cv, U32 seq, int warn, SV** out_capture, SV** out_name_sv, int *out_flags); |