From: Ulrich Drepper Date: Fri, 27 Aug 1999 19:57:45 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-glibc-2_1_3~411 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4744a4116a89680119801e080cfccea14f15f5aa;p=platform%2Fupstream%2Fglibc.git Update. * locale/categories.def: Use __YESSTR amd __NOSTR in definition. --- diff --git a/ChangeLog b/ChangeLog index 9c9137f..2e98a5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-08-27 Ulrich Drepper + * locale/categories.def: Use __YESSTR amd __NOSTR in definition. + * manual/argp.texi: Fixing language and typos. * manual/conf.texi: Likewise. * manual/contrib.texi: Likewise. diff --git a/locale/categories.def b/locale/categories.def index 71cb86d..160331f 100644 --- a/locale/categories.def +++ b/locale/categories.def @@ -169,8 +169,8 @@ DEFINE_CATEGORY ( LC_MESSAGES, "LC_MESSAGES", ( - DEFINE_ELEMENT (YESEXPR, "yesexpr", std, string) - DEFINE_ELEMENT (NOEXPR, "noexpr", std, string) - DEFINE_ELEMENT (YESSTR, "yesstr", opt, string) - DEFINE_ELEMENT (NOSTR, "nostr", opt, string) + DEFINE_ELEMENT (YESEXPR, "yesexpr", std, string) + DEFINE_ELEMENT (NOEXPR, "noexpr", std, string) + DEFINE_ELEMENT (__YESSTR, "yesstr", opt, string) + DEFINE_ELEMENT (__NOSTR, "nostr", opt, string) ), NO_POSTLOAD, NULL, messages_check, NULL)