aboutsummaryrefslogtreecommitdiff
path: root/src/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp')
-rw-r--r--src/lisp/core.lisp.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in
index 1d4882ad..5078b47a 100644
--- a/src/lisp/core.lisp.in
+++ b/src/lisp/core.lisp.in
@@ -56,6 +56,9 @@
;; image obtained from compiler link will not work. The root cause
;; is a non-ANSI compliant organization of GCL's implementation.
#+:gcl (:use "DEFPACKAGE")
+ ;; Clozure CL sequesters most of its useful extensions, in particular
+ ;; threads, in the CCL package.
+ #+:clozure (:use "CCL")
(:export "coreQuit"
"fatalError"
"internalError"