aboutsummaryrefslogtreecommitdiff
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
parent6dd5b57e8bb397cd7bffdc4a88ccd720c7596734 (diff)
downloadglibc-4744a4116a89680119801e080cfccea14f15f5aa.zip
glibc-4744a4116a89680119801e080cfccea14f15f5aa.tar.gz
glibc-4744a4116a89680119801e080cfccea14f15f5aa.tar.bz2
Update.
* locale/categories.def: Use __YESSTR amd __NOSTR in definition.
-rw-r--r--ChangeLog2
-rw-r--r--locale/categories.def8
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c9137f..2e98a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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)