From 14a4cdd8e7df1468914fee5947c8bab43af90cdb Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Tue, 6 Jun 2000 09:57:38 +0000
Subject: [PATCH] Compile the CMUCL Gray Streams support as part of the normal
 build process.

---
 pcl/defsys.lisp | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pcl/defsys.lisp b/pcl/defsys.lisp
index 8e8f56b6e..b0084697f 100644
--- a/pcl/defsys.lisp
+++ b/pcl/defsys.lisp
@@ -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)
-- 
GitLab