From 085f3fb601d78a394463ca8bb6f14f81c7bfe52e Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Tue, 6 Jun 2000 09:56:45 +0000
Subject: [PATCH] Quieten a few compile warnings.

---
 pcl/gray-streams.lisp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pcl/gray-streams.lisp b/pcl/gray-streams.lisp
index c1b05a192..f5a94ae14 100644
--- a/pcl/gray-streams.lisp
+++ b/pcl/gray-streams.lisp
@@ -4,7 +4,7 @@
 ;;; the Public domain, and is provided 'as is'.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gray-streams.lisp,v 1.2 1998/06/02 02:43:15 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gray-streams.lisp,v 1.3 2000/06/06 09:56:45 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -95,6 +95,9 @@
   t)
 
 
+(eval-when (compile)
+  (pushnew 'compile pcl::*defgeneric-times*))
+
 ;;; Character input streams.
 ;;;
 ;;; A character input stream can be created by defining a class that
-- 
GitLab