summaryrefslogtreecommitdiff
path: root/libguile/debug.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-09-24 18:44:21 +0200
committerAndy Wingo <wingo@pobox.com>2010-09-24 18:44:21 +0200
commit925c1bae1f4c23f4f320db00e2b0974b8cfa9b26 (patch)
tree3c93dbb3feba353f7b7ea1d59a9fd72047c318e3 /libguile/debug.h
parent178e9d237b6522ba8f72162949d9b925f6750266 (diff)
downloadguile-925c1bae1f4c23f4f320db00e2b0974b8cfa9b26.tar.gz
remove evaluator-traps-interface
* libguile/debug.h: * libguile/debug.c (scm_with_traps): * libguile/eval.c (scm_evaluator_traps, scm_evaluator_trap_table): Remove these procedures. Note that scm_evaluator_traps was known in Scheme as `evaluator-traps-interface'. * libguile/private-options.h (SCM_TRAPS_P, SCM_ENTER_FRAME_P) (SCM_APPLY_FRAME_P, SCM_EXIT_FRAME_P, SCM_ENTER_FRAME_HDLR) (SCM_APPLY_FRAME_HDLR, SCM_EXIT_FRAME_HDLR, SCM_MEMOIZE_P) (SCM_MEMOIZE_HDLR): Remove these private interfaces. * module/ice-9/boot-9.scm (traps, trap-enable, trap-disable, trap-set!): Remove. * module/ice-9/scm-style-repl.scm (error-catching-loop): Remove with-traps wrap. * doc/ref/api-options.texi (Low level options interfaces): (User level options interfaces, Evaluator trap options) * doc/ref/api-evaluation.texi (Evaluator Behavior): Remove references to the evaluator traps interface.
Diffstat (limited to 'libguile/debug.h')
-rw-r--r--libguile/debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/debug.h b/libguile/debug.h
index 7c1d02f5c..d862abab4 100644
--- a/libguile/debug.h
+++ b/libguile/debug.h
@@ -44,8 +44,6 @@ typedef union scm_t_debug_info
SCM_API SCM scm_reverse_lookup (SCM env, SCM data);
SCM_API SCM scm_procedure_source (SCM proc);
SCM_API SCM scm_procedure_name (SCM proc);
-SCM_API SCM scm_with_traps (SCM thunk);
-SCM_API SCM scm_evaluator_traps (SCM setting);
SCM_API SCM scm_debug_options (SCM setting);
SCM_INTERNAL void scm_init_debug (void);