From 7f42d3dd6f91a6336baceccd98dc7fe516d959fe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Aug 1999 23:53:55 +0000 Subject: Update. * conform/conformtest.pl (@headers): Add search.h, sched.h, regex.h, pwd.h, and pthread.h. * conform/data/pthread.h-data: New file. * conform/data/pwd.h-data: New file. * conform/data/regex.h-data: New file. * conform/data/sched.h-data: New file. * conform/data/search.h-data: New file. * NAMESPACE: Add REG_ for regex.h. * locale/langinfo.h: Don't define YESSTR and NOSTR for XPG6 since they are removed. --- locale/langinfo.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'locale/langinfo.h') diff --git a/locale/langinfo.h b/locale/langinfo.h index 935a3818bf..cfcf7c75fa 100644 --- a/locale/langinfo.h +++ b/locale/langinfo.h @@ -333,10 +333,12 @@ enum #define YESEXPR YESEXPR NOEXPR, /* Regex matching ``no'' input. */ #define NOEXPR NOEXPR - YESSTR, /* Output string for ``yes''. */ -#define YESSTR YESSTR - NOSTR, /* Output string for ``no''. */ -#define NOSTR NOSTR + __YESSTR, /* Output string for ``yes''. */ + __NOSTR, /* Output string for ``no''. */ +#ifndef __USE_XOPEN2K +# define YESSTR __YESSTR +# define NOSTR __NOSTR +#endif _NL_NUM_LC_MESSAGES, /* This marks the highest value used. */ -- cgit 1.4.1