From accd961fc36103caacfee2dd46aaf0cd53df9058 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 6 Apr 2013 21:03:44 -0600 Subject: [PATCH] regcomp.c: White-space only, wrap comment to fit --- regcomp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regcomp.c b/regcomp.c index 53268fd..1a1cd1c 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, -- 1.8.3.1