X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Ffndb.lisp;h=2df6088dd800a4c0a77e17b3f746ebd365935e51;hb=079ef9dad558ca07cb8178ef428bf738112174fa;hp=6d8579f4429ef829d57bc2773b3a30cecb5f7807;hpb=8dc1241068db5855115a9e25488a8962718a6c79;p=sbcl.git diff --git a/contrib/sb-simple-streams/fndb.lisp b/contrib/sb-simple-streams/fndb.lisp index 6d8579f..2df6088 100644 --- a/contrib/sb-simple-streams/fndb.lisp +++ b/contrib/sb-simple-streams/fndb.lisp @@ -83,7 +83,7 @@ TODO (rudi 2003-05-19): make the above work, make (defknown open) use it. ;; :derive-type #'result-type-open-class ) - (sb-c:defknown listen (&optional sb-kernel:streamlike + (sb-c:defknown listen (&optional sb-kernel:stream-designator (or null (integer 1 10) (member character))) boolean (sb-c::unsafely-flushable sb-c::explicit-check))