Skip to content
Snippets Groups Projects
Commit 96c37cd8 authored by dtc's avatar dtc
Browse files

Concatenate the Gray Stream support files into a gray-streams-library,

to be part of the distribution; suggested by Raymond Toy.
parent 14a4cdd8
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/pclcom.lisp,v 1.19 1999/01/09 11:05:20 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/pclcom.lisp,v 1.20 2000/06/06 10:00:15 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -89,3 +89,9 @@ ...@@ -89,3 +89,9 @@
((:or :macro (:match "$EARLY-") (:match "$BOOT-")) ((:or :macro (:match "$EARLY-") (:match "$BOOT-"))
(declare (optimize (speed 0)))))) (declare (optimize (speed 0))))))
(pcl::compile-pcl)) (pcl::compile-pcl))
(cat-if-anything-changed
"pcl:gray-streams-library"
"pcl:gray-streams-class"
"pcl:gray-streams")
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