This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the overload tests marked as TODO in 22afb09b13a6dc17f20388991422fdbe6166e3ed
[perl5.git] / gv.h
diff --git a/gv.h b/gv.h
index 25079a8..54722b7 100644 (file)
--- 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()