From 99904f65f9315ad1e8da23f22b561d878bcf524c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 14 Jun 2021 06:13:41 -0600 Subject: utf8.h: Remove an EBCDIC dependency A symbol introduced in a previous commit allows this internal macro to only need a single version, suitable for either EBCDIC or ASCII. --- utfebcdic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'utfebcdic.h') diff --git a/utfebcdic.h b/utfebcdic.h index 1b9b35acf1..a9691bb8ef 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -222,8 +222,6 @@ explicitly forbidden, and the shortest possible encoding should always be used * for more */ #define QUESTION_MARK_CTRL LATIN1_TO_NATIVE(0x9F) -#define UNICODE_IS_PERL_EXTENDED(uv) UNLIKELY((UV) (uv) > 0x3FFFFFFF) - /* * ex: set ts=8 sts=4 sw=4 et: */ -- cgit v1.2.1