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:
33f3859
)
regcomp.c: Fix comment
author
Karl Williamson
<khw@cpan.org>
Sun, 4 Feb 2018 05:15:51 +0000
(22:15 -0700)
committer
Karl Williamson
<khw@cpan.org>
Wed, 7 Feb 2018 18:19:14 +0000
(11:19 -0700)
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
6f89a8e
..
fdc3c31
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-345,7
+345,7
@@
struct RExC_state_t {
/* Change from /d into /u rules, and restart the parse if we've already seen
* something whose size would increase as a result, by setting *flagp and
* returning 'restart_retval'. RExC_uni_semantics is a flag that indicates
- * we've change to /u during the parse. */
+ * we've change
d
to /u during the parse. */
#define REQUIRE_UNI_RULES(flagp, restart_retval) \
STMT_START { \
if (DEPENDS_SEMANTICS) { \