* debug.c (scm_m_start_stack): Bugfix: Use SCM_ECONSP instead of
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 2 Nov 1996 20:53:18 +0000 (20:53 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 2 Nov 1996 20:53:18 +0000 (20:53 +0000)
commite38ecb055c5167669a1dfb102bd66857c4674c8e
treecd5fbad119885ad9998a35b16861c46b5fd26a3a
parente412e180d4685289f102c289e3ef19243233a611
* debug.c (scm_m_start_stack): Bugfix: Use SCM_ECONSP instead of
SCM_CONSP since this is a macro!; Set vframe.prev to
scm_last_debug_frame instead of 0.  In this way we can look
"above" the virtual start stack frame if we wish.
(scm_debug_hang): New function: Useful for debugging Guile in
certain tricky situations.  Will probably be removed later...
libguile/debug.c