summaryrefslogtreecommitdiff
path: root/gv.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-06-04 21:25:07 +0100
committerDavid Mitchell <davem@iabyn.com>2010-06-04 21:25:07 +0100
commit354b0578ec63c058cd73f018f484808b22cc8631 (patch)
tree730a71d90c8278ba5eba0256b6c06d690b4956c9 /gv.h
parent3a19377ba2315fce9354aa3f06bafbbbab740f1b (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gv.h b/gv.h
index 7e412e56e8..4286491640 100644
--- a/gv.h
+++ b/gv.h
@@ -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