mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Oops!
This commit is contained in:
parent
841076acf4
commit
b210cb7399
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ scm_local_eval (exp, env)
|
|||
{
|
||||
if (SCM_UNBNDP (env))
|
||||
{
|
||||
SCM_ASSERT (SCM_NIMP (exp) && SCM_MEMOIZEDP (exp));
|
||||
SCM_ASSERT (SCM_NIMP (exp) && SCM_MEMOIZEDP (exp), exp, SCM_ARG1, s_local_eval);
|
||||
return scm_eval_3 (SCM_MEMOIZED_EXP (exp), 0, SCM_MEMOIZED_ENV (exp));
|
||||
}
|
||||
return scm_eval_3 (exp, 1, env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue