aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-28 00:22:21 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-28 00:22:21 +0000
commita125d9b46eb8e57cd67542c992d7d1c84e563b58 (patch)
treeecb2020ffd9ef49e74a54fa49d51a45f9829dc9c /locale
parent8a3c8443579971eff1d42db864952ca8a910780c (diff)
downloadglibc-a125d9b46eb8e57cd67542c992d7d1c84e563b58.zip
glibc-a125d9b46eb8e57cd67542c992d7d1c84e563b58.tar.gz
glibc-a125d9b46eb8e57cd67542c992d7d1c84e563b58.tar.bz2
Update.
1999-08-26 Andreas Schwab <schwab@suse.de> * locale/langinfo.h (YESSTR, NOSTR): Still define if __USE_GNU.
Diffstat (limited to 'locale')
-rw-r--r--locale/langinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/langinfo.h b/locale/langinfo.h
index cfcf7c7..4de5dbe 100644
--- a/locale/langinfo.h
+++ b/locale/langinfo.h
@@ -335,7 +335,7 @@ enum
#define NOEXPR NOEXPR
__YESSTR, /* Output string for ``yes''. */
__NOSTR, /* Output string for ``no''. */
-#ifndef __USE_XOPEN2K
+#if !defined __USE_XOPEN2K || defined __USE_GNU
# define YESSTR __YESSTR
# define NOSTR __NOSTR
#endif