mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* procs.h (scm_closure_p): Added declaration.
This commit is contained in:
parent
0869cca611
commit
87688f5f12
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ extern SCM scm_make_subr_opt SCM_P ((char *name, int type, SCM (*fcn) (),
|
|||
int set));
|
||||
extern SCM scm_makcclo SCM_P ((SCM proc, long len));
|
||||
extern SCM scm_procedure_p SCM_P ((SCM obj));
|
||||
extern SCM scm_closure_p SCM_P ((SCM obj));
|
||||
extern SCM scm_thunk_p SCM_P ((SCM obj));
|
||||
extern void scm_init_iprocs SCM_P ((scm_iproc *subra, int type));
|
||||
extern void scm_init_procs SCM_P ((void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue