mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
* eval.c (scm_ceval, scm_deval): use `SIDEVAL' instead of
SCM_CEVAL when evaluating subforms of `begin' forms. SCM_CEVAL can not deal with immediates.
This commit is contained in:
parent
645e38d9ac
commit
a2abcb5823
1 changed files with 1 additions and 1 deletions
|
@ -1912,7 +1912,7 @@ dispatch:
|
|||
while (SCM_NNULLP (t.arg1 = SCM_CDR (t.arg1)))
|
||||
{
|
||||
SCM_SETCAR (env, scm_current_module_lookup_closure ());
|
||||
SCM_CEVAL (SCM_CAR (x), env);
|
||||
SIDEVAL (SCM_CAR(x), env);
|
||||
x = t.arg1;
|
||||
}
|
||||
/* once more, for the last form */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue