summaryrefslogtreecommitdiff
path: root/locale/langinfo.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-27 00:02:26 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-27 00:02:26 +0000
commit44b60446803538e3d6f573f6a321b07e8c712212 (patch)
treeacd1293567a94151108450b9a9035584be474b2d /locale/langinfo.h
parentd8337213c83c3bd4aa32e16669745dd7ee32b329 (diff)
Update.
* locale/langinfo.h (THOUSEP): Define this and don't duplicate definition of THOUSANDS_SEP.
Diffstat (limited to 'locale/langinfo.h')
-rw-r--r--locale/langinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/langinfo.h b/locale/langinfo.h
index d55afa4e63..2e67413e18 100644
--- a/locale/langinfo.h
+++ b/locale/langinfo.h
@@ -474,7 +474,7 @@ enum
# define THOUSANDS_SEP __THOUSANDS_SEP
#endif
THOUSEP = __THOUSANDS_SEP,
-#define THOUSANDS_SEP __THOUSANDS_SEP
+#define THOUSEP THOUSEP
__GROUPING,
#ifdef __USE_GNU
# define GROUPING __GROUPING
@@ -493,7 +493,7 @@ enum
#endif
__NOSTR, /* Output string for ``no''. */
#if defined __USE_GNU || (defined __USE_XOPEN || !defined __USE_XOPEN2K)
-# define NOSTR __NOSTR
+# define NOSTR __NOSTR
#endif
_NL_NUM_LC_MESSAGES,