diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-05-18 10:02:26 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-05-25 12:17:29 +0200 |
commit | 8590c068107627f63321a9736653a498cadf3a27 (patch) | |
tree | 4e9ba4b4a8559d528ea61ee10ae9fc4f20396df8 /utf8.h | |
parent | 5df417d0a2691b4e62ac4c2403e6cf71612289f6 (diff) | |
download | perl-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |