projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d853d
)
regexec.c: Change flag bit from digit to mnemonic
author
Karl Williamson
<public@khwilliamson.com>
Fri, 18 Feb 2011 14:58:48 +0000
(07:58 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 19 Feb 2011 18:47:41 +0000
(11:47 -0700)
regexec.c
patch
|
blob
|
history
diff --git
a/regexec.c
b/regexec.c
index
379a97a
..
13f7cac
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-3652,7
+3652,7
@@
S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
case EXACTFA:
folder = foldEQ_latin1;
fold_array = PL_fold_latin1;
- fold_utf8_flags =
1
;
+ fold_utf8_flags =
FOLDEQ_UTF8_NOMIX_ASCII
;
goto do_exactf;
case EXACTF: