summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-05-18 10:02:26 -0600
committerRafael Garcia-Suarez <rgs@consttype.org>2010-05-25 12:17:29 +0200
commit8590c068107627f63321a9736653a498cadf3a27 (patch)
tree4e9ba4b4a8559d528ea61ee10ae9fc4f20396df8 /utf8.h
parent5df417d0a2691b4e62ac4c2403e6cf71612289f6 (diff)
downloadperl-8590c068107627f63321a9736653a498cadf3a27.tar.gz
Remove unused, wrong #define in utf8.h
is unused in the code, and is wrong for EBCDIC platforms, as there can be invariants there that aren't ASCII. I simply removed it.
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utf8.h b/utf8.h
index 87653360ea..e58ddede6e 100644
--- a/utf8.h
+++ b/utf8.h
@@ -251,8 +251,6 @@ encoded character.
# define UTF8_QUAD_MAX UINT64_C(0x1000000000)
#endif
-#define UTF8_IS_ASCII(c) UTF8_IS_INVARIANT(c)
-
#define UNICODE_GREEK_CAPITAL_LETTER_SIGMA 0x03A3
#define UNICODE_GREEK_SMALL_LETTER_FINAL_SIGMA 0x03C2
#define UNICODE_GREEK_SMALL_LETTER_SIGMA 0x03C3