diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-13 04:43:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-13 04:43:33 +0000 |
commit | 8c01da3c85cbf27634336f1caf8397b60cbaa3e2 (patch) | |
tree | 83e24e2c9d0e118cdf25fb116d792398ab88872d /regexec.c | |
parent | d65e4eaba652dacd6d72d665d8a212e71287c645 (diff) | |
download | perl-8c01da3c85cbf27634336f1caf8397b60cbaa3e2.tar.gz |
Comment tweak.
p4raw-id: //depot/perl@14229
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1016,12 +1016,12 @@ S_find_byclass(pTHX_ regexp * prog, regnode *c, char *s, char *strend, char *sta c = utf8_to_uvchr((U8*)s, &len); /* Handle some of the three Greek sigmas cases. - * Note that not all the possible combinations - * are handled here: some of them are handled - * handled by the standard folding rules, and - * some of them (the character class or ANYOF - * cases) are handled during compiletime in - * regexec.c:S_regclass(). */ + * Note that not all the possible combinations + * are handled here: some of them are handled + * by the standard folding rules, and some of + * them (the character class or ANYOF cases) + * are handled during compiletime in + * regexec.c:S_regclass(). */ if (c == (UV)UNICODE_GREEK_CAPITAL_LETTER_SIGMA || c == (UV)UNICODE_GREEK_SMALL_LETTER_FINAL_SIGMA) c = (UV)UNICODE_GREEK_SMALL_LETTER_SIGMA; |