summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-04-06 21:03:44 -0600
committerKarl Williamson <public@khwilliamson.com>2013-05-20 08:59:13 -0600
commitaccd961fc36103caacfee2dd46aaf0cd53df9058 (patch)
tree7cc9d3822ddb027454b994b7aa19bc1382ad4fa0 /regcomp.c
parent7e017d6d5751c3a3d5efbfdd64b292ad2cdefa14 (diff)
downloadperl-accd961fc36103caacfee2dd46aaf0cd53df9058.tar.gz
regcomp.c: White-space only, wrap comment to fit
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 53268fd568..1a1cd1c26a 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -2838,7 +2838,8 @@ S_join_exact(pTHX_ RExC_state_t *pRExC_state, regnode *scan, UV *min_subtract, b
OP(scan) = EXACTFU_SS;
s += 2;
}
- else if (len == 6 /* len is the same in both ASCII and EBCDIC for these */
+ else if (len == 6 /* len is the same in both ASCII and EBCDIC
+ for these */
&& (memEQ(s, GREEK_SMALL_LETTER_IOTA_UTF8
COMBINING_DIAERESIS_UTF8
COMBINING_ACUTE_ACCENT_UTF8,