aboutsummaryrefslogtreecommitdiff
path: root/src/lisp/core.lisp.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp/core.lisp.in')
-rw-r--r--src/lisp/core.lisp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in
index 9b02b4df..67d8da25 100644
--- a/src/lisp/core.lisp.in
+++ b/src/lisp/core.lisp.in
@@ -48,7 +48,7 @@
(defpackage "AxiomCore"
#+:common-lisp (:use "COMMON-LISP")
- #-:common-lisp (:use "SYSTEM" "LISP" "USER")
+ #-:common-lisp (:use "LISP" "USER")
;; For GCL we need to explicitly use the DEFPACKAGE, otherwise the
;; image obtained from compiler link will not work. The root cause
;; is a non-ANSI compliant organization of GCL's implementation.