diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-05-01 17:09:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-05-01 17:09:58 +0000 |
commit | 531bafd8a6384b15f1ddc7f2360bb55a4542856a (patch) | |
tree | 5886b1fd757e7aab9d96626bda0bc1bed6afc76e /intl/dcngettext.c | |
parent | 3e992afaaf284d24dab4dd136cc3aee5a2b92d6e (diff) | |
download | glibc-531bafd8a6384b15f1ddc7f2360bb55a4542856a.tar glibc-531bafd8a6384b15f1ddc7f2360bb55a4542856a.tar.gz glibc-531bafd8a6384b15f1ddc7f2360bb55a4542856a.tar.bz2 glibc-531bafd8a6384b15f1ddc7f2360bb55a4542856a.zip |
Update.
2002-04-30 Jakub Jelinek <jakub@redhat.com>
* locale/programs/locarchive.c (create_archive): Add archivefname
argument, create fname from it.
(enlarge_archive): Honour output_prefix.
(open_archive): Likewise.
2002-04-30 Jakub Jelinek <jakub@redhat.com>
* locale/programs/locarchive.c (add_locales_to_archive): Don't nest
too many stpcpy macros.
2002-04-26 Bruno Haible <bruno@clisp.org>
* locale/programs/ld-collate.c (collate_read): Cast first argument
for "%.*s" to int.
2002-04-26 Bruno Haible <bruno@clisp.org>
* include/libintl.h (__ngettext, __dngettext, __dcngettext,
__dcngettext_internal): New declarations.
(__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
attribute declarations.
Diffstat (limited to 'intl/dcngettext.c')
-rw-r--r-- | intl/dcngettext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intl/dcngettext.c b/intl/dcngettext.c index 6d360a109a..72ffa77a02 100644 --- a/intl/dcngettext.c +++ b/intl/dcngettext.c @@ -57,6 +57,5 @@ DCNGETTEXT (domainname, msgid1, msgid2, n, category) #ifdef _LIBC /* Alias for function name in GNU C Library. */ -INTDEF(__dcngettext) weak_alias (__dcngettext, dcngettext); #endif |