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

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