* locale/categories.def: Use __YESSTR amd __NOSTR in definition.
This commit is contained in:
Ulrich Drepper 1999-08-27 19:57:45 +00:00
parent 6dd5b57e8b
commit 4744a4116a
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
1999-08-27 Ulrich Drepper <drepper@cygnus.com>
* locale/categories.def: Use __YESSTR amd __NOSTR in definition.
* manual/argp.texi: Fixing language and typos.
* manual/conf.texi: Likewise.
* manual/contrib.texi: Likewise.

View File

@ -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)