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:
6320bfa
)
op.h: add blank line for grouping
author
Karl Williamson
<public@khwilliamson.com>
Sun, 26 Dec 2010 17:29:15 +0000
(10:29 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Sun, 16 Jan 2011 23:36:43 +0000
(16:36 -0700)
op.h
patch
|
blob
|
blame
|
history
diff --git
a/op.h
b/op.h
index
4239e28
..
43be1f7
100644
(file)
--- a/
op.h
+++ b/
op.h
@@
-388,6
+388,7
@@
struct pmop {
/* keep 1st runtime pattern forever */
#define PMf_KEEP (1<<(PMf_BASE_SHIFT+5))
+
#define PMf_GLOBAL (1<<(PMf_BASE_SHIFT+6)) /* pattern had a g modifier */
/* don't reset pos() if //g fails */