summaryrefslogtreecommitdiff
path: root/locale/langinfo.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1999-04-06 01:26:07 +0000
committerAndreas Schwab <schwab@suse.de>1999-04-06 01:26:07 +0000
commit945a34a8f2357a596ce7496af95f8288b3f12966 (patch)
tree2ddd41db983ff1e2082cee1b281a088c409d2283 /locale/langinfo.h
parent0c6ee8a5baefb37e5573f14c196cfc6331519a35 (diff)
Rename second occurence of THOUSANDS_SEP to THOUSEP.
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 31fae92fe2..a96e52f902 100644
--- a/locale/langinfo.h
+++ b/locale/langinfo.h
@@ -1,5 +1,5 @@
/* Access to locale-dependent parameters.
- Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -263,7 +263,7 @@ enum
#define THOUSANDS_SEP THOUSANDS_SEP
#ifdef __USE_XOPEN
THOUSEP = THOUSANDS_SEP,
-#define THOUSANDS_SEP THOUSANDS_SEP
+#define THOUSEP THOUSEP
#endif
GROUPING,
#define GROUPING GROUPING