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:
3ff7ceb
)
regcomp.c: Fix indent
author
Karl Williamson
<public@khwilliamson.com>
Sun, 14 Nov 2010 03:41:44 +0000
(20:41 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 22 Nov 2010 21:32:52 +0000
(13:32 -0800)
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
d3eebdc
..
acc58f1
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-8423,7
+8423,7
@@
parseit:
RExC_emit += ANYOF_CLASS_ADD_SKIP;
ANYOF_CLASS_ZERO(ret);
}
-
ANYOF_FLAGS(ret) |= ANYOF_CLASS;
+ ANYOF_FLAGS(ret) |= ANYOF_CLASS;
}
/* a bad range like a-\d, a-[:digit:] ? */