(varargs.h): Remove, leave just stdarg.h which is all the
authorKevin Ryde <user42@zip.com.au>
Sat, 1 May 2004 21:32:03 +0000 (21:32 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 1 May 2004 21:32:03 +0000 (21:32 +0000)
commit0dbfb25a64373a7fa77749e4df25ac1e993ec4d3
tree229e73c03f122790d54fda5b30c471ab4452c93b
parent00fbf1e047d9d659fc33ed0bb2f81112733d8030
(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.
libguile/list.c