diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 17:22:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 17:22:06 +0000 |
commit | cd7de27bf3958927bdc67ca53aded083970fe4de (patch) | |
tree | 050063b00bcfc421091051869f5cdf4fdc380897 | |
parent | a22cd12f5e3ea29c5c527efce55b50bc197d680b (diff) | |
download | glibc-cd7de27bf3958927bdc67ca53aded083970fe4de.tar.gz glibc-cd7de27bf3958927bdc67ca53aded083970fe4de.tar.xz glibc-cd7de27bf3958927bdc67ca53aded083970fe4de.zip |
Update.
* locale/Makefile (categories): Remove commented-out old definition.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | locale/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 169662910d..35be953ab6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-12-30 Ulrich Drepper <drepper@cygnus.com> + * locale/Makefile (categories): Remove commented-out old definition. + * locale/programs/ld-collate.c (insert_value): Don't pass wide string to new_element if the wide char is not valid. (handle_ellipsis): Likewise. diff --git a/locale/Makefile b/locale/Makefile index d99f53511a..a087d7278f 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -35,8 +35,6 @@ distribute = localeinfo.h categories.def iso-639.def iso-3166.def \ routines = setlocale findlocale loadlocale localeconv nl_langinfo \ mb_cur_max codeset_name \ newlocale duplocale freelocale -#categories = ctype messages monetary numeric time collate paper name \ -# address telephone measurement versions categories = ctype messages monetary numeric time paper name \ address telephone measurement identification collate aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name |