diff options
author | Andy Wingo <wingo@pobox.com> | 2010-06-18 12:50:32 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-06-18 12:50:32 +0200 |
commit | fede5c8977814cff20f87223e3eaffead6469c5b (patch) | |
tree | e295d47abf7f1c33f6f18bdd3754652f258b912a /module/ice-9/debugging | |
parent | 38008a75179f198e4693327ee826e8e4ea73a590 (diff) | |
download | guile-fede5c8977814cff20f87223e3eaffead6469c5b.tar.gz |
default-pre-unwind-handler to scm-style-repl
* module/ice-9/boot-9.scm:
* module/ice-9/deprecated.scm (default-pre-unwind-handler): Deprecate
root-module definition.
* module/ice-9/scm-style-repl.scm (default-pre-unwind-handler): Move
here.
* module/ice-9/debugging/traps.scm:
* module/ice-9/debugger.scm:
* module/ice-9/stack-catch.scm: Use default-pre-unwind-handler from
scm-style-repl.
Diffstat (limited to 'module/ice-9/debugging')
-rwxr-xr-x | module/ice-9/debugging/traps.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/ice-9/debugging/traps.scm b/module/ice-9/debugging/traps.scm index 3df939cfb..5557cb3ea 100755 --- a/module/ice-9/debugging/traps.scm +++ b/module/ice-9/debugging/traps.scm @@ -26,6 +26,7 @@ (define-module (ice-9 debugging traps) #:use-module (ice-9 regex) #:use-module (ice-9 weak-vector) + #:use-module (ice-9 scm-style-repl) #:use-module (oop goops) #:use-module (oop goops describe) #:use-module (ice-9 debugging trc) |