about summary refs log tree commit diff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-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,