1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-05-01 21:27:16 +00:00
parent 558fe9ed15
commit aa01be865e

View file

@ -1,3 +1,14 @@
2004-05-02 Kevin Ryde <user42@zip.com.au>
* Makefile.am (version.h): Change $^ to $(srcdir)/version.h.in, since
$^ is apparently not available on AIX 5.1. Reported by Keith Crane.
* list.c (varargs.h): Remove, leave just stdarg.h which is all the
code has support for. Fixes building with AIX cc, which is ansi but
doesn't define __STDC__. Reported by Keith Crane.
(var_start): Remove macro, this variation no longer required.
(scm_list_n): Use va_start directly.
2004-04-28 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_floor, scm_ceiling, scm_truncate_number,