summaryrefslogtreecommitdiffstats
path: root/intl/dcngettext.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-04-20 01:13:19 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:07:52 +0200
commit7008b0e68ead92ffab92804b30bf16b22cf949b2 (patch)
treef38408ed815f42a5cf7480079143b9d6d66c345a /intl/dcngettext.c
parent8ae46d0d00ea5fad0bfab9b40f4c9e751b03b3f9 (diff)
downloadexternal_gettext-7008b0e68ead92ffab92804b30bf16b22cf949b2.zip
external_gettext-7008b0e68ead92ffab92804b30bf16b22cf949b2.tar.gz
external_gettext-7008b0e68ead92ffab92804b30bf16b22cf949b2.tar.bz2
Track changes made in glibc-cvs, from 2001-12-01 to 2002-04-19.
Diffstat (limited to 'intl/dcngettext.c')
-rw-r--r--intl/dcngettext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/dcngettext.c b/intl/dcngettext.c
index c16af21..d31ff9b 100644
--- a/intl/dcngettext.c
+++ b/intl/dcngettext.c
@@ -1,5 +1,5 @@
/* Implementation of the dcngettext(3) function.
- Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published
@@ -56,5 +56,6 @@ DCNGETTEXT (domainname, msgid1, msgid2, n, category)
#ifdef _LIBC
/* Alias for function name in GNU C Library. */
+INTDEF(__dcngettext)
weak_alias (__dcngettext, dcngettext);
#endif