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/ChangeLog | 4 ++++ src/lisp/core.lisp.in | 3 +++ 2 files changed, 7 insertions(+) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 0c6ab682..9db22bc8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-02-08 Gabriel Dos Reis + + * lisp/core.lisp.in ("AxiomCore"): Use Clozure CL's package CCL. + 2010-02-07 Gabriel Dos Reis Add support for CLozure CL. 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