mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
remove operators
This commit is contained in:
parent
352c87d7e4
commit
730d8ad9e6
10 changed files with 37 additions and 163 deletions
|
@ -356,7 +356,7 @@ SCM_DEFINE (scm_procedure_source, "procedure-source", 1, 0, 0,
|
|||
}
|
||||
}
|
||||
case scm_tcs_struct:
|
||||
if (!SCM_I_OPERATORP (proc))
|
||||
if (!SCM_I_ENTITYP (proc))
|
||||
break;
|
||||
goto procprop;
|
||||
case scm_tc7_smob:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue