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

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-05-06 21:20:11 +00:00
parent e1fbffa9f4
commit fe7c2f88c2

View file

@ -1,5 +1,8 @@
2001-05-06 Marius Vollmer <mvo@zagadka.ping.de> 2001-05-06 Marius Vollmer <mvo@zagadka.ping.de>
* 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, * __scm.h (SCM_WTA_DISPATCH_0): Removed ARG and POS parameters,
they are not used. Changed `wrong type' error into `wrong num they are not used. Changed `wrong type' error into `wrong num
args' error. Changed all callers. args' error. Changed all callers.