* libguile/eval.c (scm_m_set_x, scm_m_apply, scm_m_atbind): Use
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sat, 18 Oct 2003 17:24:09 +0000 (17:24 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sat, 18 Oct 2003 17:24:09 +0000 (17:24 +0000)
commit82b3e2c612f1d3ec45ce596d064512848e6b23e3
treedb9c1132e3b15953529fa7010b2844a55fcbe6c8
parent216286857be77676b068f36ed96ea686de03a89e
* libguile/eval.c (scm_m_set_x, scm_m_apply, scm_m_atbind): Use
ASSERT_SYNTAX to signal syntax errors.  Avoid unnecessary consing
when creating the memoized code.

(scm_m_atbind): Reversed the order, in which the init expressions
are stored and executed.  The order of execution is now equal to
the order in which the initializers of the let-forms are executed.
Use check_bindings and transform_bindings.

(SCM_CEVAL): Eliminated SCM_NIMP in favor of more appropriate
!SCM_NULLP.  Added some comments.

* test-suite/tests/dynamic-scope.test (exception:missing-expr):
Introduced temporarily until all memoizers use the new way of error
reporting.
libguile/ChangeLog
libguile/eval.c
test-suite/ChangeLog
test-suite/tests/dynamic-scope.test