This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix indendation of DM_* flag definitions
[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 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_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_GID (DM_RGID|DM_EGID)
-#define DM_DELAY 0x100
+#define DM_DELAY
0x100
/*
* symbol creation flags, for use in gv_fetchpv() and get_*v()
/*
* symbol creation flags, for use in gv_fetchpv() and get_*v()