summaryrefslogtreecommitdiff
path: root/proto.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 /proto.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 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 627b25e3db..0866d7dc41 100644
--- a/proto.h
+++ b/proto.h
@@ -1310,6 +1310,7 @@ PERL_CALLCONV void Perl_do_dump_pad(pTHX_ I32 level, PerlIO *file, PADLIST *padl
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);
+PERL_CALLCONV HV* Perl_pad_compname_type(pTHX_ PADOFFSET po);
#if defined(PERL_IN_PAD_C) || defined(PERL_DECL_PROT)
STATIC PADOFFSET S_pad_findlex(pTHX_ const char *name, const CV* cv, U32 seq, int warn, SV** out_capture, SV** out_name_sv, int *out_flags);