From 530495eb4df942f169d95c12657ac3959558765e Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 17 Oct 2012 21:24:54 -0600 Subject: [PATCH] utfebcdic.h: white space only --- utfebcdic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utfebcdic.h b/utfebcdic.h index 56ae0d2..4a662f6 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -562,8 +562,8 @@ END_EXTERN_C (uv) < 0x400000 ? 5 : \ (uv) < 0x4000000 ? 6 : 7 ) - #define UNI_IS_INVARIANT(c) ((c) < 0xA0) + /* UTF-EBCDIC semantic macros - transform back into I8 and then compare */ #define UTF8_IS_START(c) (NATIVE_TO_UTF(c) >= 0xC5 && NATIVE_TO_UTF(c) != 0xE0) -- 2.7.4