Skip to content
Snippets Groups Projects
Commit 283821ed authored by pw's avatar pw
Browse files

Get rid of the CLOS-MOP package when compiling PCL from a system

that has PCL already loaded.
parent 7917d824
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,9 @@
(when (find-package "SLOT-ACCESSOR-NAME")
(rename-package "SLOT-ACCESSOR-NAME" "OLD-SLOT-ACCESSOR-NAME"))
(when (find-package "CLOS-MOP")
(rename-package "CLOS-MOP" "OLD-CLOS-MOP"))
(setf c:*suppress-values-declaration* t)
(pushnew :setf *features*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment