aboutsummaryrefslogtreecommitdiff
path: root/src/interp/debug.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/debug.lisp')
-rw-r--r--src/interp/debug.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/debug.lisp b/src/interp/debug.lisp
index 88896531..64c68f0c 100644
--- a/src/interp/debug.lisp
+++ b/src/interp/debug.lisp
@@ -42,9 +42,9 @@
; NAME: Debugging Package
; PURPOSE: Debugging hooks for Boot code
-
+
+(import-module "macros")
(in-package "BOOT")
-(use-package '("LISP" ))
(DEFPARAMETER /COUNTLIST NIL)
(DEFPARAMETER /TIMERLIST NIL)