diff options
author | Bruno Haible <bruno@clisp.org> | 2010-12-20 11:18:11 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-12-20 11:18:11 +0100 |
commit | 0cd67d466d51055ba258f863e8728d6a1749e93e (patch) | |
tree | a484c9e7f6d7a1359e2e4da0798b4be71b24d909 /ChangeLog | |
parent | c1517681700601792afc127715e93c2ce1ed3163 (diff) | |
download | gnulib-0cd67d466d51055ba258f863e8728d6a1749e93e.tar.gz |
wcsrtombs: Don't confuse mbstate_t with rpl_mbstate_t.
* lib/wcsrtombs.c: If gnulib overrides mbstate_t, define wcsrtombs
through wcrtomb.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-12-20 Bruno Haible <bruno@clisp.org> + + wcsrtombs: Don't confuse mbstate_t with rpl_mbstate_t. + * lib/wcsrtombs.c: If gnulib overrides mbstate_t, define wcsrtombs + through wcrtomb. + 2010-12-19 Paul Eggert <eggert@cs.ucla.edu> ftoastr: fix comment |