This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert to use av_tindex_nomg()
authorKarl Williamson <khw@cpan.org>
Mon, 7 Mar 2016 21:49:54 +0000 (14:49 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 8 Mar 2016 04:01:49 +0000 (21:01 -0700)
commit7e13d567238b0a97c71d97539515f094b4bfe5e1
tree52195b825893fffbeb1fbd66d858bf123f00bd4a
parent6be58040b229d0899faf04b1ce99ce9a5e2b1344
Convert to use av_tindex_nomg()

I looked at the code I'm familiar with, and converted the av_tindex
calls on arrays I was confident don't have magic to av_tindex_nomg().
This saves a little work each time.
regcomp.c
regexec.c
utf8.c