From fe7c2f88c2a343c9d87aa74c0dfcd3349efc1dae Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 6 May 2001 21:20:11 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 939d76ce5..137e4e9da 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 2001-05-06 Marius Vollmer + * snarf.h (SCM_FUNC_CAST_ARBITRARY_ARGS): Use "SCM (*)()" for C++ + as well. "SCM (*)(...)" does not work on RedHat 7.1. + * __scm.h (SCM_WTA_DISPATCH_0): Removed ARG and POS parameters, they are not used. Changed `wrong type' error into `wrong num args' error. Changed all callers.