* debug.h, debug.c (scm_start_stack): New function. Implements
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 7 Jun 1998 02:11:58 +0000 (02:11 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 7 Jun 1998 02:11:58 +0000 (02:11 +0000)
the guts of old scm_m_start_stack.

libguile/debug.h

index e77edeb..1780310 100644 (file)
@@ -181,6 +181,7 @@ extern int scm_ready_p SCM_P ((void));
 extern void debug_print SCM_P ((SCM obj));
 extern SCM scm_debug_object_p SCM_P ((SCM obj));
 extern SCM scm_local_eval SCM_P ((SCM exp, SCM env));
+extern SCM scm_start_stack SCM_P ((SCM id, SCM exp, SCM env));
 extern SCM scm_procedure_environment SCM_P ((SCM proc));
 extern SCM scm_procedure_source SCM_P ((SCM proc));
 extern SCM scm_procedure_name SCM_P ((SCM proc));