From a8f18be0ebee997a122a1d9dc2515f9c43fa256c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 8 Feb 2010 16:52:36 +0000 Subject: * lisp/core.lisp.in ("AxiomCore"): Use Clozure CL's package CCL. --- src/lisp/core.lisp.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lisp') 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" -- cgit v1.2.3