Mercurial > hg > octave-shane > gnulib-hg
annotate modules/stdalign-tests @ 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 | 3ec3070cd6c1 |
children |
rev | line source |
---|---|
15995 | 1 Files: |
2 tests/test-stdalign.c | |
16011
3ec3070cd6c1
stdalign: port better to MSVC and to Sun C 5.11
Paul Eggert <eggert@cs.ucla.edu>
parents:
15995
diff
changeset
|
3 tests/macros.h |
15995 | 4 |
5 Depends-on: | |
6 verify | |
7 stdint | |
8 | |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 TESTS += test-stdalign | |
13 check_PROGRAMS += test-stdalign |