* libguile/eval.c (SCM_CEVAL): In case of an application, all checks

for a proper function object and the correct number of arguments are
	now performed in the application part of SCM_CEVAL.

	(scm_badformalsp):  Removed.

	* test-suite/tests/r5rs_pitfall.test: Test 2.1 now passes.
This commit is contained in:
Dirk Herrmann 2003-05-25 07:50:23 +00:00
commit ddd8f927d8
4 changed files with 97 additions and 117 deletions

View file

@ -1,3 +1,7 @@
2003-05-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
* tests/r5rs_pitfall.test: Test 2.1 now passes.
2003-05-13 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (=, <, max, min): Add tests of bignum/inf