common-lisp.net
/
projects/cmucl/cmucl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5293d44
)
Need to wrap EVAL-WHEN around USE-PACKAGE since use-package doesn't
author
Raymond Toy
<toy.raymond@gmail.com>
Thu, 23 Aug 2012 03:50:30 +0000 (20:50 -0700)
committer
Raymond Toy
<toy.raymond@gmail.com>
Thu, 23 Aug 2012 03:50:30 +0000 (20:50 -0700)
have special treatment in the compiler anymore.
src/interface/debug.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/interface/debug.lisp
b/src/interface/debug.lisp
index
be8ac9f
..
42b52ec
100644
(file)
--- a/
src/interface/debug.lisp
+++ b/
src/interface/debug.lisp
@@
-15,7
+15,8
@@
;;;
(in-package "DEBUG")
-(use-package '("TOOLKIT" "INTERFACE"))
+(eval-when (:compile-toplevel :load-toplevel :execute)
+ (use-package '("TOOLKIT" "INTERFACE")))
;;; We need to record three things globally:
;;; - The structure decribing the current debugger display