Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 27 Aug 1999 19:57:45 +0000 (19:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 27 Aug 1999 19:57:45 +0000 (19:57 +0000)
* locale/categories.def: Use __YESSTR amd __NOSTR in definition.

ChangeLog
locale/categories.def

index 9c9137f..2e98a5d 100644 (file)
--- 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.
index 71cb86d..160331f 100644 (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)