From 5d98797d50b2376802f49ccf6c23000b02ed6b01 Mon Sep 17 00:00:00 2001
From: emarsden <emarsden>
Date: Sat, 19 Jul 2003 15:30:30 +0000
Subject: [PATCH] Fix bug in type declaration for LISTEN.

---
 compiler/fndb.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index e148ce9f8..1af58d9bd 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.118 2003/07/16 15:43:47 gerd Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.119 2003/07/19 15:30:30 emarsden Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -872,7 +872,7 @@
   t
   (explicit-check))
 (defknown listen (&optional streamlike
-			    (or null (integer 1 10) (member 'character)))
+			    (or null (integer 1 10) (member character)))
   boolean (flushable explicit-check))
 
 (defknown clear-input (&optional stream boolean) null (explicit-check))
-- 
GitLab