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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334afb3
)
op_reg_common.h: White-space only
author
Karl Williamson
<khw@cpan.org>
Wed, 17 Sep 2014 23:59:39 +0000
(17:59 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 29 Sep 2014 17:07:40 +0000
(11:07 -0600)
Align columns vertically
op_reg_common.h
patch
|
blob
|
blame
|
history
diff --git
a/op_reg_common.h
b/op_reg_common.h
index
7ff27de
..
a5cdcdb
100644
(file)
--- a/
op_reg_common.h
+++ b/
op_reg_common.h
@@
-107,10
+107,10
@@
get_regex_charset(const U32 flags)
#endif
/* These copies need to be numerical or defsubs_h.PL won't know about them. */
-#define PMf_MULTILINE 1<<0
-#define PMf_SINGLELINE 1<<1
-#define PMf_FOLD 1<<2
-#define PMf_EXTENDED 1<<3
+#define PMf_MULTILINE
1<<0
+#define PMf_SINGLELINE
1<<1
+#define PMf_FOLD
1<<2
+#define PMf_EXTENDED
1<<3
#define PMf_EXTENDED_MORE 1<<4
#define PMf_KEEPCOPY 1<<5
#define PMf_CHARSET 7<<6