From a125d9b46eb8e57cd67542c992d7d1c84e563b58 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 28 Aug 1999 00:22:21 +0000 Subject: Update. 1999-08-26 Andreas Schwab * locale/langinfo.h (YESSTR, NOSTR): Still define if __USE_GNU. --- locale/langinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/langinfo.h b/locale/langinfo.h index cfcf7c75fa..4de5dbecbe 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 -- cgit v1.2.1