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

Don't use the PCL package because we don't need to anymore, and it causes name

conflicts.
parent 60fdd964
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.3 1993/08/22 20:31:36 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.4 1994/09/30 15:43:58 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -19,7 +19,7 @@
`(" Motif toolkit and graphical debugger 1.0"))
(defpackage "INTERFACE"
(:use "TOOLKIT" "LISP" "PCL" "EXTENSIONS" "KERNEL")
(:use "TOOLKIT" "LISP" "EXTENSIONS" "KERNEL")
(:shadow "CLASS-DIRECT-SUPERCLASSES")
(:export "*HEADER-FONT*" "*ITALIC-FONT*" "*ENTRY-FONT*" "*INTERFACE-STYLE*"
"USE-GRAPHICS-INTERFACE" "VERIFY-SYSTEM-SERVER-EXISTS"
......
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