Skip to content
Snippets Groups Projects
Commit 085f3fb6 authored by dtc's avatar dtc
Browse files

Quieten a few compile warnings.

parent 715534cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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