summaryrefslogtreecommitdiff
path: root/libguile/debug.h
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2005-11-04 21:20:24 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2005-11-04 21:20:24 +0000
commit7c9c0169b4ddda985656c00c8e0cd4434a2bfd2e (patch)
tree55b7601f5fcad013f9a1005efb7224366b93ac46 /libguile/debug.h
parent69b45df38b1f0508cf7ec6d9f1601a52a2ce1235 (diff)
downloadguile-7c9c0169b4ddda985656c00c8e0cd4434a2bfd2e.tar.gz
* eval.c (sym_instead): New symbol.
(ENTER_APPLY): Remove optional use of a continuation when making trap call. (scm_debug_opts): Change doc for 'cheap option to make clear that it is now obsolete. (CEVAL, SCM_APPLY): Remove optional use of a continuation when making trap calls, and implement substitution of eval expressions and return values using the values that the trap call handlers return. * debug.h (SCM_CHEAPTRAPS_P): Removed.
Diffstat (limited to 'libguile/debug.h')
-rw-r--r--libguile/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/debug.h b/libguile/debug.h
index 43f5221d9..c292004a3 100644
--- a/libguile/debug.h
+++ b/libguile/debug.h
@@ -44,7 +44,6 @@
SCM_API scm_t_option scm_debug_opts[];
-#define SCM_CHEAPTRAPS_P scm_debug_opts[0].val
#define SCM_BREAKPOINTS_P scm_debug_opts[1].val
#define SCM_TRACE_P scm_debug_opts[2].val
#define SCM_REC_PROCNAMES_P scm_debug_opts[3].val