From 44b60446803538e3d6f573f6a321b07e8c712212 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 27 Oct 2000 00:02:26 +0000 Subject: Update. * locale/langinfo.h (THOUSEP): Define this and don't duplicate definition of THOUSANDS_SEP. --- locale/langinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/langinfo.h') diff --git a/locale/langinfo.h b/locale/langinfo.h index d55afa4..2e67413 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, -- cgit v1.1