summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-10-02 20:43:49 -0600
committerKarl Williamson <khw@cpan.org>2019-10-09 10:34:18 -0600
commitabb8abf6e19acfa4c9bb134c9430ff47bf27dc3d (patch)
treeb512a5b7614a1c32f5539dd2e73331a0f37bdd78 /handy.h
parentf6a6c46da220c16c019f733c278df05c4a333fd9 (diff)
downloadperl-abb8abf6e19acfa4c9bb134c9430ff47bf27dc3d.tar.gz
l1_char_class_tab.h: Remove some special EBCDIC cases
These are no longer needed.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/handy.h b/handy.h
index e89b43449d..180aeca306 100644
--- a/handy.h
+++ b/handy.h
@@ -1361,11 +1361,8 @@ or casts
/* This next group is only used on EBCDIC platforms, so theoretically could be
* shared with something entirely different that's only on ASCII platforms */
-# define _CC_UTF8_START_BYTE_IS_FOR_AT_LEAST_SURROGATE 28
-# define _CC_UTF8_IS_START 29
-# define _CC_UTF8_IS_DOWNGRADEABLE_START 30
-# define _CC_UTF8_IS_CONTINUATION 31
-/* Unused: 24-27
+# define _CC_UTF8_START_BYTE_IS_FOR_AT_LEAST_SURROGATE 31
+/* Unused: 24-30
* If more bits are needed, one could add a second word for non-64bit
* QUAD_IS_INT systems, using some #ifdefs to distinguish between having a 2nd
* word or not. The IS_IN_SOME_FOLD bit is the most easily expendable, as it