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:
af6ca1d
)
Tidy up 2 comments
author
Nicholas Clark
<nick@ccl4.org>
Sun, 23 Jan 2005 22:06:01 +0000
(22:06 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 23 Jan 2005 22:06:01 +0000
(22:06 +0000)
p4raw-id: //depot/perl@23868
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
01bb71a
..
e9532bf
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-3486,7
+3486,7
@@
S_regpposixcc(pTHX_ RExC_state_t *pRExC_state, I32 value)
= complement ? ANYOF_NLOWER : ANYOF_LOWER;
}
if (memEQ(posixcc, "uppe", 4)) {
- /*
r */
+ /* r */
namedclass
= complement ? ANYOF_NUPPER : ANYOF_UPPER;
}
@@
-3498,7
+3498,7
@@
S_regpposixcc(pTHX_ RExC_state_t *pRExC_state, I32 value)
= complement ? ANYOF_NDIGIT : ANYOF_DIGIT;
}
if (memEQ(posixcc, "prin", 4)) {
- /*
t */
+ /* t */
namedclass
= complement ? ANYOF_NPRINT : ANYOF_PRINT;
}