summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-06-16 20:10:45 -0600
committerKarl Williamson <khw@cpan.org>2021-08-07 05:14:44 -0600
commit51b58dba7ba5a13c027c24eee220e82eab517ce5 (patch)
treee3b17e4a8fd614430b3a7ae1bd2e828f8bae3964 /handy.h
parent6f8b1f9311454d2c11cb8a196b1367e9b3933cee (diff)
downloadperl-51b58dba7ba5a13c027c24eee220e82eab517ce5.tar.gz
Remove EBCDIC-only code
The previous commit stopped using this code, so can just get rid of it.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/handy.h b/handy.h
index 91dec76340..756c68c041 100644
--- a/handy.h
+++ b/handy.h
@@ -1555,10 +1555,7 @@ or casts
# define _CC_OCTDIGIT 24
# define _CC_MNEMONIC_CNTRL 25
-/* 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 31
-/* Unused: 26-30
+/* Unused: 26-31
* 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