summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1996-10-05 16:50:13 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1996-10-05 16:50:13 +0000
commitd7f901cf3e660cde141bd131ce99fc02d0ba7552 (patch)
tree3d1f3a62c1a205d5156cbd46f1773a734e480a2f
parent44bd53b980ff65f72122b982f3f6acdaeedfe876 (diff)
downloadguile-d7f901cf3e660cde141bd131ce99fc02d0ba7552.tar.gz
* procs.h: Added declarations of scm_thunk_p.
-rw-r--r--libguile/procs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/procs.h b/libguile/procs.h
index d1fa58016..86d64f103 100644
--- a/libguile/procs.h
+++ b/libguile/procs.h
@@ -94,6 +94,7 @@ extern SCM scm_make_subr (char *name, int type, SCM (*fcn) ());
extern SCM scm_make_subr_opt (char *name, int type, SCM (*fcn) (), int set);
extern SCM scm_makcclo (SCM proc, long len);
extern SCM scm_procedure_p (SCM obj);
+extern SCM scm_thunk_p (SCM obj);
extern void scm_init_iprocs(scm_iproc *subra, int type);
extern void scm_init_procs (void);
@@ -102,6 +103,7 @@ extern SCM scm_make_subr ();
extern SCM scm_make_subr_opt ();
extern SCM scm_makcclo ();
extern SCM scm_procedure_p ();
+extern SCM scm_thunk_p ();
extern void scm_init_iprocs();
extern void scm_init_procs ();