Skip to content
Snippets Groups Projects
Commit 14a4cdd8 authored by dtc's avatar dtc
Browse files

Compile the CMUCL Gray Streams support as part of the normal build process.

parent 085f3fb6
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defsys.lisp,v 1.21 1999/05/30 23:13:56 pw Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defsys.lisp,v 1.22 2000/06/06 09:57:38 dtc Exp $")
;;;
;;; Some support stuff for compiling and loading PCL. It would be nice if
;;; there was some portable make-system we could all agree to share for a
......@@ -468,7 +468,7 @@ and load your system with:
*pcl-directory*
;;
;; file load compile files which port
;; environment environment force the of
;; environment environment force the
;; recompilation
;; of this file
;;
......@@ -512,6 +512,9 @@ and load your system with:
(cmucl-documentation t t () CMU)
(precom1 (dlisp) t (defs low cache fin dfun))
(precom2 (dlisp) t (defs low cache fin dfun))
(gray-streams-class t t () CMU)
(gray-streams t t (gray-streams-class) CMU)
))
(defun compile-pcl (&optional m)
......
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