diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-03 08:31:20 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-14 08:41:38 -0700 |
commit | 90b89d5286729b4fa1055f057f6ac4a44c343fd5 (patch) | |
tree | 924bd658418f2ac39e17842ba052dc0689058bf6 /regexec.c | |
parent | df7a846035e6969f5e1c298976888d5cc7878d25 (diff) | |
download | perl-90b89d5286729b4fa1055f057f6ac4a44c343fd5.tar.gz |
regexec.c: Rmv wrong comment
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3738,7 +3738,6 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog) /* Neither the target and the pattern are utf8. */ - /* Inline the first character, for speed. */ if (UCHARAT(s) != nextchr && UCHARAT(s) != fold_array[nextchr]) { |