mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* debug.h, debug.c (scm_start_stack): New function. Implements
the guts of old scm_m_start_stack.
This commit is contained in:
parent
9fa2c7b1fc
commit
9057c41718
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue