summaryrefslogtreecommitdiff
path: root/locale/categories.def
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-27 19:57:45 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-27 19:57:45 +0000
commit4744a4116a89680119801e080cfccea14f15f5aa (patch)
tree1fe4fe1eb82955721cc2e852ceda324ad46ec878 /locale/categories.def
parent6dd5b57e8bb397cd7bffdc4a88ccd720c7596734 (diff)
Update.
* locale/categories.def: Use __YESSTR amd __NOSTR in definition.
Diffstat (limited to 'locale/categories.def')
-rw-r--r--locale/categories.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/categories.def b/locale/categories.def
index 71cb86d9f3..160331fb0d 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)