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
Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup...
[perl5.git]
/
regexp.h
diff --git
a/regexp.h
b/regexp.h
index
d02b321
..
c28c78e
100644
(file)
--- a/
regexp.h
+++ b/
regexp.h
@@
-371,6
+371,10
@@
typedef struct regmatch_state {
SV* mark_name;
char *mark_loc;
} mark;
+
+ struct {
+ int val;
+ } keeper;
} u;
} regmatch_state;