From: Karl Williamson Date: Tue, 18 May 2010 16:02:26 +0000 (-0600) Subject: Remove unused, wrong #define in utf8.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8590c068107627f63321a9736653a498cadf3a27;p=p5sagit%2Fp5-mst-13.2.git 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. --- diff --git a/utf8.h b/utf8.h index 8765336..e58dded 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