diff options
author | Bruno Haible <haible@clisp.cons.org> | 2000-09-18 22:05:52 +0000 |
---|---|---|
committer | Philipp Thomas <pthomas@gcc.gnu.org> | 2000-09-18 22:05:52 +0000 |
commit | e0efd58f0f0c853eb7b6b9455b738cf901f1ce1b (patch) | |
tree | 529472188fb11244ff641d3cfe5da53a7d7cdae7 /gcc/intl/ChangeLog | |
parent | 226ed43f1efcc6a69e7d1762260918f699485f37 (diff) | |
download | gcc-e0efd58f0f0c853eb7b6b9455b738cf901f1ce1b.zip gcc-e0efd58f0f0c853eb7b6b9455b738cf901f1ce1b.tar.gz gcc-e0efd58f0f0c853eb7b6b9455b738cf901f1ce1b.tar.bz2 |
dcgettext.c: Outside libc, use local variable names that don't clash with those in libc.
2000-09-18 Bruno Haible <haible@clisp.cons.org>
* intl/dcgettext.c: Outside libc, use local variable names that don't
clash with those in libc.
* intl/bindtextdom.c: Likewise.
* intl/textdomain.c: Likewise.
From-SVN: r36516
Diffstat (limited to 'gcc/intl/ChangeLog')
-rw-r--r-- | gcc/intl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/intl/ChangeLog b/gcc/intl/ChangeLog index 1754c11..56efee2 100644 --- a/gcc/intl/ChangeLog +++ b/gcc/intl/ChangeLog @@ -1,3 +1,10 @@ +2000-09-18 Bruno Haible <haible@clisp.cons.org> + + * intl/dcgettext.c: Outside libc, use local variable names that don't + clash with those in libc. + * intl/bindtextdom.c: Likewise. + * intl/textdomain.c: Likewise. + 2000-09-05 John David Anglin <dave@hiauly1.hia.nrc.ca> * gettext.h (nls_uint32): Choose via INT_MAX instead of UINT_MAX. |