diff options
author | David Mitchell <davem@iabyn.com> | 2010-06-04 21:25:07 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-06-04 21:25:07 +0100 |
commit | 354b0578ec63c058cd73f018f484808b22cc8631 (patch) | |
tree | 730a71d90c8278ba5eba0256b6c06d690b4956c9 /gv.h | |
parent | 3a19377ba2315fce9354aa3f06bafbbbab740f1b (diff) | |
download | perl-354b0578ec63c058cd73f018f484808b22cc8631.tar.gz |
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.
Diffstat (limited to 'gv.h')
-rw-r--r-- | gv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ Return the SV from the GV. #define DM_UID 0x003 #define DM_RUID 0x001 #define DM_EUID 0x002 -#define DM_ARRAY 0x004 +#define DM_ARRAY_ISA 0x004 #define DM_GID 0x030 #define DM_RGID 0x010 #define DM_EGID 0x020 |