This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
rename DM_ARRAY flag to DM_ARRAY_ISA
authorDavid Mitchell <davem@iabyn.com>
Fri, 4 Jun 2010 20:25:07 +0000 (21:25 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 4 Jun 2010 20:25:07 +0000 (21:25 +0100)
commit354b0578ec63c058cd73f018f484808b22cc8631
tree730a71d90c8278ba5eba0256b6c06d690b4956c9
parent3a19377ba2315fce9354aa3f06bafbbbab740f1b
rename DM_ARRAY flag to DM_ARRAY_ISA

This better represents its current role as specifically delaying magic on
@ISA as opposed to a general array magic delay mechanism.
av.c
gv.h
mg.c
pp.c
pp_hot.c