summaryrefslogtreecommitdiff
path: root/libguile/gscm.c
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1996-10-05 16:49:31 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1996-10-05 16:49:31 +0000
commit1646d37b71a88e2f953a0bf7b22a5451009f9f00 (patch)
treef48d008229530be9220cc62a951f7b62f59c12a7 /libguile/gscm.c
parent02ba201059803306cf598ba4d08faa549b3578e3 (diff)
downloadguile-1646d37b71a88e2f953a0bf7b22a5451009f9f00.tar.gz
* continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c,
throw.c: Renamed last_debug_info_frame -> scm_last_debug_frame.
Diffstat (limited to 'libguile/gscm.c')
-rw-r--r--libguile/gscm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gscm.c b/libguile/gscm.c
index e9c0369a9..994f10219 100644
--- a/libguile/gscm.c
+++ b/libguile/gscm.c
@@ -221,7 +221,7 @@ _eval_port (answer, toplvl, port, printp)
*/
SCM_BASE (scm_rootcont) = (SCM_STACKITEM *) & i;
#ifdef DEBUG_EXTENSIONS
- SCM_DFRAME (scm_rootcont) = last_debug_info_frame = 0;
+ SCM_DFRAME (scm_rootcont) = scm_last_debug_frame = 0;
#endif
saved_inp = scm_cur_inp;
i = setjmp (SCM_JMPBUF (scm_rootcont));