summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gv.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gv.h b/gv.h
index 25079a8064..54722b7c75 100644
--- a/gv.h
+++ b/gv.h
@@ -168,14 +168,14 @@ Return the SV from the GV.
# define Nullgv Null(GV*)
#endif
-#define DM_RUID 0x001
-#define DM_EUID 0x002
+#define DM_RUID 0x001
+#define DM_EUID 0x002
#define DM_UID (DM_RUID|DM_EUID)
#define DM_ARRAY_ISA 0x004
-#define DM_RGID 0x010
-#define DM_EGID 0x020
+#define DM_RGID 0x010
+#define DM_EGID 0x020
#define DM_GID (DM_RGID|DM_EGID)
-#define DM_DELAY 0x100
+#define DM_DELAY 0x100
/*
* symbol creation flags, for use in gv_fetchpv() and get_*v()