Skip to content

Commit

Permalink
Remove EBCDIC-only code
Browse files Browse the repository at this point in the history
The previous commit stopped using this code, so can just get rid of it.
  • Loading branch information
khwilliamson committed Aug 7, 2021
1 parent 6f8b1f9 commit 51b58db
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 47 deletions.
2 changes: 1 addition & 1 deletion charclass_invlists.h
Expand Up @@ -419903,6 +419903,6 @@ static const U8 WB_table[23][23] = {
* 696e706fddd3ce8cd48c7ea91caf4c9edf5c296432d320aa7b78631f69aa9eac lib/unicore/mktables
* 50b85a67451145545a65cea370dab8d3444fbfe07e9c34cef560c5b7da9d3eef lib/unicore/version
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
* 9f74e34278592ddf58fef8c32236b294e94ea5e12627f911f4563e8040a07292 regen/mk_PL_charclass.pl
* 5f8520d3a17ade6317fc0c423f5091470924b1ef425bca0c41ce8e4a9f8460fe regen/mk_PL_charclass.pl
* 5eb9e6c825496cc9aa705e3cd33bc6d5a9657dcca16d4c4acc4824ff30b34a26 regen/mk_invlists.pl
* ex: set ro: */
5 changes: 1 addition & 4 deletions handy.h
Expand Up @@ -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
Expand Down

0 comments on commit 51b58db

Please sign in to comment.