mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-25 04:40:19 +02:00
*** empty log message ***
This commit is contained in:
parent
558fe9ed15
commit
aa01be865e
1 changed files with 11 additions and 0 deletions
|
@ -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>
|
2004-04-28 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* numbers.c (scm_floor, scm_ceiling, scm_truncate_number,
|
* numbers.c (scm_floor, scm_ceiling, scm_truncate_number,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue