diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-04-06 21:03:44 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-05-20 08:59:13 -0600 |
commit | accd961fc36103caacfee2dd46aaf0cd53df9058 (patch) | |
tree | 7cc9d3822ddb027454b994b7aa19bc1382ad4fa0 /regcomp.c | |
parent | 7e017d6d5751c3a3d5efbfdd64b292ad2cdefa14 (diff) | |
download | perl-accd961fc36103caacfee2dd46aaf0cd53df9058.tar.gz |
regcomp.c: White-space only, wrap comment to fit
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |