From aa206fb7a7e2db41f05cdb9ddbfd83e7db92dc06 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 6 Nov 2015 10:06:32 -0700 Subject: 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. --- utfebcdic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'utfebcdic.h') 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: */ -- cgit v1.2.1