summaryrefslogtreecommitdiff
path: root/utfebcdic.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-06-14 06:13:41 -0600
committerKarl Williamson <khw@cpan.org>2021-08-07 05:14:43 -0600
commit99904f65f9315ad1e8da23f22b561d878bcf524c (patch)
tree4694bebf035d2b554b0137b1b398434c9a59693a /utfebcdic.h
parent28ca3ab57366a041138756872c2020aca0b98ec8 (diff)
downloadperl-99904f65f9315ad1e8da23f22b561d878bcf524c.tar.gz
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.
Diffstat (limited to 'utfebcdic.h')
-rw-r--r--utfebcdic.h2
1 files changed, 0 insertions, 2 deletions
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:
*/