Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/iconv/ccs/jis_x0212_1990.c')
-rw-r--r--newlib/libc/iconv/ccs/jis_x0212_1990.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/newlib/libc/iconv/ccs/jis_x0212_1990.c b/newlib/libc/iconv/ccs/jis_x0212_1990.c
index d01bba692..c3a5614f0 100644
--- a/newlib/libc/iconv/ccs/jis_x0212_1990.c
+++ b/newlib/libc/iconv/ccs/jis_x0212_1990.c
@@ -1,10 +1,9 @@
-#ifdef ENABLE_ICONV
#include "../lib/deps.h"
-#ifdef ICONV_CONVERTER_JIS_X0212_1990
+#ifdef _ICONV_CONVERTER_JIS_X0212_1990
#include "../lib/endian.h"
-_CONST unsigned char iconv_ccs_table_jis_x0212_1990[] = {
+_CONST unsigned char _iconv_ccs_table_jis_x0212_1990[] = {
3, 'C', 'S', 'C', 'T', ICONV_ORDER, 14, 2,
_1l(0x00, 0x00, 0x00, 0x08), _1l(0x00, 0x00, 0x46, 0x08),
_1l(0x00, 0x00, 0x00, 0x00), _1l(0x00, 0x00, 0x00, 0x00),
@@ -8009,6 +8008,5 @@ _CONST unsigned char iconv_ccs_table_jis_x0212_1990[] = {
_2s(0xFF, 0xFE, 0xFF, 0xFE), _2s(0xFF, 0xFE, 0xFF, 0xFE),
};
-#endif /* #ifdef ICONV_CONVERTER_JIS_X0212_1990 */
+#endif /* #ifdef _ICONV_CONVERTER_JIS_X0212_1990 */
-#endif /* #ifdef ENABLE_ICONV */