summaryrefslogtreecommitdiff
path: root/utfebcdic.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-10-17 21:24:54 -0600
committerKarl Williamson <public@khwilliamson.com>2012-10-18 10:20:06 -0600
commit530495eb4df942f169d95c12657ac3959558765e (patch)
tree8a5a940f783b6536b2e8b129814a113e50822ff8 /utfebcdic.h
parent084b56d791cbec7ea432275f145ade3b5441904d (diff)
downloadperl-530495eb4df942f169d95c12657ac3959558765e.tar.gz
utfebcdic.h: white space only
Diffstat (limited to 'utfebcdic.h')
-rw-r--r--utfebcdic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utfebcdic.h b/utfebcdic.h
index 56ae0d230c..4a662f6207 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)