* libguile/eval.c (SCM_CEVAL): In case of an application, all checks
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sun, 25 May 2003 07:50:23 +0000 (07:50 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sun, 25 May 2003 07:50:23 +0000 (07:50 +0000)
commitddd8f927d870b231431867fb8e24a08ed069c188
treeda0bae4d742975630ea3bec099db2d5d4fa0ed71
parentf8ba2197fa6901066cd14e8a83dbc5a5d7d488f7
* 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.
libguile/ChangeLog
libguile/eval.c
test-suite/ChangeLog
test-suite/tests/r5rs_pitfall.test