Update.
* locale/categories.def: Use __YESSTR amd __NOSTR in definition.
This commit is contained in:
parent
6dd5b57e8b
commit
4744a4116a
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user