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.