aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-driver.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-driver.boot')
-rw-r--r--src/interp/sys-driver.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot
index 6c9c3973..f622bf5d 100644
--- a/src/interp/sys-driver.boot
+++ b/src/interp/sys-driver.boot
@@ -169,7 +169,7 @@ restart() ==
)if %hasFeature KEYWORD::GCL
spad()
)else
- SETQ(_*DEBUGGER_-HOOK_*,LAMBDA(c h, systemErrorHandler c))
+ SETQ(_*DEBUGGER_-HOOK_*,(c, h) +-> systemErrorHandler c)
!(handler-bind ((error #'|systemErrorHandler|)) (|spad|))
)endif