diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-29 19:35:38 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-29 19:35:38 +0000 |
commit | a3874608cd3bf4e33ccd66b8bb03b2aeda20af14 (patch) | |
tree | 1dd180911ed35cffcf3ddf5a647ffaa26a16c150 /proto.h | |
parent | 345d1b6f8b9605e2699c84cc5fc9a99a40bc982a (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |