mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
Fix
This commit is contained in:
parent
f714ca8e67
commit
3b7284cd0e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ scm_set_object_procedure_x (SCM obj, SCM procs)
|
||||||
SCM proc[4], *pp, p, setp, arity;
|
SCM proc[4], *pp, p, setp, arity;
|
||||||
int i, a, r;
|
int i, a, r;
|
||||||
SCM_ASSERT (SCM_NIMP (obj) && SCM_STRUCTP (obj)
|
SCM_ASSERT (SCM_NIMP (obj) && SCM_STRUCTP (obj)
|
||||||
&& ((SCM_CLASS_FLAGS (obj) | SCM_CLASSF_OPERATOR)
|
&& ((SCM_CLASS_FLAGS (obj) & SCM_CLASSF_OPERATOR)
|
||||||
|| SCM_I_ENTITYP (obj)),
|
|| SCM_I_ENTITYP (obj)),
|
||||||
obj,
|
obj,
|
||||||
SCM_ARG1,
|
SCM_ARG1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue