diff options
author | Karl Williamson <khw@cpan.org> | 2015-11-06 10:06:32 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-12-05 22:06:50 -0700 |
commit | aa206fb7a7e2db41f05cdb9ddbfd83e7db92dc06 (patch) | |
tree | 3519e2b1306511e2737c9267d00f472fd171fb6b /utfebcdic.h | |
parent | c9264833f11097be9260ee01f005239f2fbd4ee6 (diff) | |
download | perl-aa206fb7a7e2db41f05cdb9ddbfd83e7db92dc06.tar.gz |
utf8.h: Combine EBCDIC and ASCII #defines
Change to use the same definition for two macros on both types of
platforms, simplifying the code, by using the underlying structure of
the encoding.
Diffstat (limited to 'utfebcdic.h')
-rw-r--r-- | utfebcdic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utfebcdic.h b/utfebcdic.h index 9ab6de4728..d7716f220d 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -239,8 +239,6 @@ above what a 64 bit word can hold */ * for more */ #define QUESTION_MARK_CTRL LATIN1_TO_NATIVE(0x9F) -#define MAX_UTF8_TWO_BYTE 0x3FF - /* * ex: set ts=8 sts=4 sw=4 et: */ |