Skip to content
Snippets Groups Projects
Commit 8ac7901c authored by ram's avatar ram
Browse files

Um, so I guess we need the PCL package.

parent 8e9e2346
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.94 1993/09/01 00:55:17 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.95 1993/09/01 00:58:02 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
;;; ;;;
(in-package "LISP") (in-package "LISP")
(unless (find-package "PCL")
(make-package "PCL"))
(if (find-package "C-CALL") (if (find-package "C-CALL")
(rename-package "C-CALL" "C-CALL" 'nil) (rename-package "C-CALL" "C-CALL" 'nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment