mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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))
|
||||
goto wrongnumargs;
|
||||
#endif
|
||||
ENTER_APPLY;
|
||||
/* Copy argument list */
|
||||
if (SCM_IMP (t.arg1))
|
||||
argl = t.arg1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue