projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fef85aa
)
The #9901 had removed one line essential for EBCDIC.
Jarkko Hietaniemi [Fri, 4 May 2001 12:39:19 +0000 (12:39 +0000)]
p4raw-id: //depot/perl@9987
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
34d5b37
..
e27f4a5
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-3823,6
+3823,7
@@
S_regclass(pTHX_ RExC_state_t *pRExC_state)
IV ceilvalue = value < 256 ? value : 255;
#ifdef EBCDIC
+ if (PL_hints & HINT_RE_ASCIIR) {
/* New style scheme for ranges:
* use re 'asciir';
* do ranges in ASCII/Unicode space