summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-29 19:35:38 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-29 19:35:38 +0000
commita3874608cd3bf4e33ccd66b8bb03b2aeda20af14 (patch)
tree1dd180911ed35cffcf3ddf5a647ffaa26a16c150 /proto.h
parent345d1b6f8b9605e2699c84cc5fc9a99a40bc982a (diff)
downloadperl-a3874608cd3bf4e33ccd66b8bb03b2aeda20af14.tar.gz
Goodbye xav_arylen. You won't be missed that much.
So now there's a buy 5 get one free offer on PVAV bodies. p4raw-id: //depot/perl@24619
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 1a656e8ff8..b2436b1828 100644
--- a/proto.h
+++ b/proto.h
@@ -111,6 +111,7 @@ PERL_CALLCONV SV* Perl_av_shift(pTHX_ AV* ar)
PERL_CALLCONV SV** Perl_av_store(pTHX_ AV* ar, I32 key, SV* val);
PERL_CALLCONV void Perl_av_undef(pTHX_ AV* ar);
PERL_CALLCONV void Perl_av_unshift(pTHX_ AV* ar, I32 num);
+PERL_CALLCONV SV** Perl_av_arylen_p(pTHX_ AV* av);
PERL_CALLCONV OP* Perl_bind_match(pTHX_ I32 type, OP* left, OP* pat)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_2)