diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-27 00:02:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-27 00:02:26 +0000 |
commit | 44b60446803538e3d6f573f6a321b07e8c712212 (patch) | |
tree | acd1293567a94151108450b9a9035584be474b2d /locale | |
parent | d8337213c83c3bd4aa32e16669745dd7ee32b329 (diff) | |
download | glibc-44b60446803538e3d6f573f6a321b07e8c712212.zip glibc-44b60446803538e3d6f573f6a321b07e8c712212.tar.gz glibc-44b60446803538e3d6f573f6a321b07e8c712212.tar.bz2 |
Update.
* locale/langinfo.h (THOUSEP): Define this and don't duplicate
definition of THOUSANDS_SEP.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/langinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |