summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-28 15:47:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-28 15:47:43 +0000
commitffbc6a930f7d2050ba54ac6bb9f15db93c1fab59 (patch)
tree7e81ef584643250fd840d7fda63c1eb7f7a6ddb6 /perl.h
parented4a5f9986e389ab30cb5ae84d8409ef8d4dcaec (diff)
downloadperl-ffbc6a930f7d2050ba54ac6bb9f15db93c1fab59.tar.gz
Integrate perlio:
[ 9400] More EBCDIC tweaks: - one more swash issue &~(0xA0-1) did not do the right thing, for UTF-EBCDIC where &~(0x80-1) does for UTF-8. - add "use re 'asciirange'" to make [!-~] etc. work use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t - Choose a key for t/op/each.t test which gets encoded. - Skip utf8decode if this is UTF-EBCDIC. p4raw-link: @9400 on //depot/perlio: daf0f78e031c718c75590ef9ef573756f805776e p4raw-id: //depot/perl@9407
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index d1cb711809..7e5d994bd4 100644
--- a/perl.h
+++ b/perl.h
@@ -2807,6 +2807,7 @@ enum { /* pass one of these to get_vtbl */
#define HINT_FILETEST_ACCESS 0x00400000
#define HINT_UTF8 0x00800000
#define HINT_UTF8_DISTINCT 0x01000000
+#define HINT_RE_ASCIIR 0x02000000
/* Various states of an input record separator SV (rs, nrs) */
#define RsSNARF(sv) (! SvOK(sv))