Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2007-10-10 20:15:08 +00:00
commit c8bb98a9fa
3 changed files with 51 additions and 17 deletions

View file

@ -1,3 +1,13 @@
2007-10-10 Ludovic Courtès <ludo@gnu.org>
* standalone/test-conversion.c: Include <inttypes.h> where
available. Use `PRIiMAX' and `PRIuMAX' to print
`scm_t_u?intmax'. Fixes warnings on x86_64. Reported by Poor
Yorick <org.gnu.lists.guile-user@pooryorick.com>.
* standalone/Makefile.am (test_cflags): Removed reference to
`libguile-ltdl'.
2007-09-03 Ludovic Courtès <ludo@gnu.org>
* tests/reader.test (reading)[block comment finishing sexp]: New