summaryrefslogtreecommitdiff
path: root/utfebcdic.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-11-06 12:54:55 -0700
committerKarl Williamson <khw@cpan.org>2015-12-05 22:06:49 -0700
commit6bff35fff38fc88b3e093f077f3c1a157a34d0e7 (patch)
tree8cb0b6d5fda67d3f0985e40a68c7d9d39631198d /utfebcdic.h
parente234db7ede8a67081f23cdec7790b8e7cfe746f1 (diff)
downloadperl-6bff35fff38fc88b3e093f077f3c1a157a34d0e7.tar.gz
utf8.h: Combine ASCII and EBCDIC defines into one
By using a more fundamental value, these two definitions of the macro can be made the same, so only need one, common to both platforms
Diffstat (limited to 'utfebcdic.h')
-rw-r--r--utfebcdic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utfebcdic.h b/utfebcdic.h
index ccb1fa19d8..09defa9bd0 100644
--- a/utfebcdic.h
+++ b/utfebcdic.h
@@ -233,7 +233,6 @@ above what a 64 bit word can hold */
_generic_isCC(c, _CC_UTF8_START_BYTE_IS_FOR_AT_LEAST_SURROGATE)
#define UTF_CONTINUATION_MARK 0xA0
-#define UTF_CONTINUATION_MASK ((U8)0x1f)
#define UTF_ACCUMULATION_SHIFT 5
/* ^? is defined to be APC on EBCDIC systems. See the definition of toCTRL()