Mercurial > hg > octave-shane > gnulib-hg
comparison modules/unicodeio @ 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 | da69155ee914 |
children |
comparison
equal
deleted
inserted
replaced
17266:b039ff4451d0 | 17267:ee4cb5937493 |
---|---|
11 iconv | 11 iconv |
12 iconv_open | 12 iconv_open |
13 gettext-h | 13 gettext-h |
14 localcharset | 14 localcharset |
15 error | 15 error |
16 ignore-value | 16 stdio |
17 | 17 |
18 configure.ac: | 18 configure.ac: |
19 gl_UNICODEIO | 19 gl_UNICODEIO |
20 | 20 |
21 Makefile.am: | 21 Makefile.am: |
30 License: | 30 License: |
31 GPL | 31 GPL |
32 | 32 |
33 Maintainer: | 33 Maintainer: |
34 Bruno Haible | 34 Bruno Haible |
35 |