This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change av_len calls to av_tindex for clarity
authorKarl Williamson <public@khwilliamson.com>
Thu, 20 Feb 2014 17:28:58 +0000 (10:28 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 20 Feb 2014 18:47:05 +0000 (11:47 -0700)
commitb9f2b68390014b991c227e8c56d3e813584245b9
treecda819a22dfe1ff503439d761b579ba313a4754c
parent78ae08632cb098bf2ca76b516ad9ac6d22705ae7
Change av_len calls to av_tindex for clarity

av_tindex is a more clearly named synonym for av_len, available starting
in v5.18.  This changes the core uses to it, including modules in /ext,
which are not dual-lifed.
22 files changed:
doio.c
dump.c
ext/Hash-Util-FieldHash/FieldHash.xs
ext/XS-APItest/APItest.xs
ext/XS-Typemap/Typemap.xs
ext/mro/mro.xs
op.c
op.h
os2/os2.c
perl.c
perl.h
pp.c
pp.h
pp_ctl.c
pp_hot.c
pp_sys.c
regcomp.c
regexec.c
sv.c
universal.c
utf8.c
vms/vms.c