diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-12-27 15:21:47 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-01-19 22:53:04 -0700 |
commit | 36baafc9b54ecc5cdea82552276a70b5218958bb (patch) | |
tree | b2f6e8c58190cd81605b11b9c2e6139fb53ee13b /av.h | |
parent | 8fb629dbc35ef4d5ec17062231fd1a79dc5a0a75 (diff) | |
download | perl-36baafc9b54ecc5cdea82552276a70b5218958bb.tar.gz |
Add av_top() synonym for av_len()
av_len() is misleadingly named.
Diffstat (limited to 'av.h')
-rw-r--r-- | av.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ Null AV pointer. =head1 Array Manipulation Functions =for apidoc Am|int|AvFILL|AV* av -Same as C<av_len()>. Deprecated, use C<av_len()> instead. +Same as C<av_top()>. Deprecated, use C<av_top()> instead. =cut */ |