summaryrefslogtreecommitdiff
path: root/locale/C-monetary.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-11-11 18:09:18 +0100
committerAndreas Schwab <schwab@suse.de>2013-11-18 12:50:09 +0100
commita7931fcfba2a5007021f8d10fffa5f51651ad7b3 (patch)
tree95ee74831a1fcc8cad2b92cb26af5396837bf45e /locale/C-monetary.c
parent728dab0e13529ba8778e6ef07e2cc80eddf028b5 (diff)
Properly handle unavailable elements in LC_MONETARY category
Diffstat (limited to 'locale/C-monetary.c')
-rw-r--r--locale/C-monetary.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/locale/C-monetary.c b/locale/C-monetary.c
index b4ffb16e61..3246ff5b3e 100644
--- a/locale/C-monetary.c
+++ b/locale/C-monetary.c
@@ -21,11 +21,7 @@
/* This table's entries are taken from POSIX.2 Table 2-9
``LC_MONETARY Category Definition in the POSIX Locale'',
with additions from ISO 14652, section 4.4. */
-#ifdef __CHAR_UNSIGNED__
static const char not_available[] = "\377";
-#else
-static const char not_available[] = "\177";
-#endif
const struct __locale_data _nl_C_LC_MONETARY attribute_hidden =
{