mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
* eval.c (SCM_CEVAL): Added ENTER_APPLY in code for SCM_IM_APPLY.
This commit is contained in:
parent
7f14609425
commit
c79450dd07
1 changed files with 1 additions and 0 deletions
|
@ -1937,6 +1937,7 @@ dispatch:
|
||||||
if (scm_badargsp (SCM_CAR (SCM_CODE (proc)), t.arg1))
|
if (scm_badargsp (SCM_CAR (SCM_CODE (proc)), t.arg1))
|
||||||
goto wrongnumargs;
|
goto wrongnumargs;
|
||||||
#endif
|
#endif
|
||||||
|
ENTER_APPLY;
|
||||||
/* Copy argument list */
|
/* Copy argument list */
|
||||||
if (SCM_IMP (t.arg1))
|
if (SCM_IMP (t.arg1))
|
||||||
argl = t.arg1;
|
argl = t.arg1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue