mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
scm_apply_0, scm_apply_1, scm_apply_2, scm_apply_3): New functions.
This commit is contained in:
parent
3628462791
commit
fdc2839563
25 changed files with 167 additions and 105 deletions
|
@ -120,7 +120,7 @@ static SCM
|
|||
with_traps_inner (void *data)
|
||||
{
|
||||
SCM thunk = SCM_PACK (data);
|
||||
return scm_apply (thunk, SCM_EOL, SCM_EOL);
|
||||
return scm_call_0 (thunk);
|
||||
}
|
||||
|
||||
SCM_DEFINE (scm_with_traps, "with-traps", 1, 0, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue