summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-13 03:36:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-13 03:36:22 +0000
commit77caf834c201d3982a815b3d51794b6e3a769c6d (patch)
tree31ef7444104242d2bf7eea2f7821bf686fd1a308 /perl.h
parent434f716607831e7b291d6f6bb7fb9611e6d0f7ca (diff)
downloadperl-77caf834c201d3982a815b3d51794b6e3a769c6d.tar.gz
Remove unicode::distinct, as per Inaba Hiroto.
p4raw-id: //depot/perl@11342
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index b4b1a4fb0c..9041aa010d 100644
--- a/perl.h
+++ b/perl.h
@@ -2962,7 +2962,6 @@ enum { /* pass one of these to get_vtbl */
#define HINT_FILETEST_ACCESS 0x00400000
#define HINT_UTF8 0x00800000
-#define HINT_UTF8_DISTINCT 0x01000000
/* Various states of an input record separator SV (rs, nrs) */
#define RsSNARF(sv) (! SvOK(sv))