summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-15 22:27:54 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-21 16:51:14 -0700
commitb70d55581aad461af858eb07a2e80ed5fcc653c1 (patch)
treecd79a718eca54f6504b4f6fe843d4c44a63bdcb6 /proto.h
parent6763423431e1ea415b9abe4d7d5d8715e9203fc3 (diff)
downloadperl-b70d55581aad461af858eb07a2e80ed5fcc653c1.tar.gz
Use PADLIST in more places
Much code relies on the fact that PADLIST is typedeffed as AV. PADLIST should be treated as a distinct type.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 78fd691f46..71de1d3c9d 100644
--- a/proto.h
+++ b/proto.h
@@ -7619,7 +7619,7 @@ PERL_CALLCONV OP* Perl_newPADOP(pTHX_ I32 type, I32 flags, SV* sv)
#define PERL_ARGS_ASSERT_NEWPADOP \
assert(sv)
-PERL_CALLCONV AV* Perl_padlist_dup(pTHX_ AV *srcpad, CLONE_PARAMS *param)
+PERL_CALLCONV PADLIST * Perl_padlist_dup(pTHX_ PADLIST *srcpad, CLONE_PARAMS *param)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_2);
#define PERL_ARGS_ASSERT_PADLIST_DUP \