comparison ChangeLog @ 17267:ee4cb5937493

unicodeio: depend on stdio, not ignore-value * lib/unicodeio.c: Do not include ignore-value.h. (fwrite_success_callback): Use plain fwrite, not ignore_value + fwrite. * modules/unicodeio (Depends-on): Depend on stdio, not ignore-value.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 04 Jan 2013 01:55:52 +0000
parents b039ff4451d0
children 840fa337f971
comparison
equal deleted inserted replaced
17266:b039ff4451d0 17267:ee4cb5937493
1 2013-01-04 Paul Eggert <eggert@cs.ucla.edu> 1 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 unicodeio: depend on stdio, not ignore-value
4 * lib/unicodeio.c: Do not include ignore-value.h.
5 (fwrite_success_callback): Use plain fwrite, not ignore_value + fwrite.
6 * modules/unicodeio (Depends-on): Depend on stdio, not ignore-value.
2 7
3 fprintftime: depend on stdio, not ignore-value 8 fprintftime: depend on stdio, not ignore-value
4 * lib/strftime.c [FPRINTFTIME]: Do not include ignore-value.h. 9 * lib/strftime.c [FPRINTFTIME]: Do not include ignore-value.h.
5 (cpy) [FPRINTFTIME]: Use plain fwrite, not ignore_value of fwrite, 10 (cpy) [FPRINTFTIME]: Use plain fwrite, not ignore_value of fwrite,
6 since the stdio module arranges to silence that warning now. 11 since the stdio module arranges to silence that warning now.