From: Jarkko Hietaniemi Date: Fri, 4 May 2001 12:39:19 +0000 (+0000) Subject: The #9901 had removed one line essential for EBCDIC. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba953a1291701b1e59d47838132a9879e0d2e977;p=p5sagit%2Fp5-mst-13.2.git The #9901 had removed one line essential for EBCDIC. p4raw-id: //depot/perl@9987 --- diff --git a/regcomp.c b/regcomp.c index 34d5b37..e27f4a5 100644 --- 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