From f5d7e692ffde5b749b13a167bf62f764d226bbb7 Mon Sep 17 00:00:00 2001 From: gerd <gerd> Date: Wed, 23 Apr 2003 18:08:49 +0000 Subject: [PATCH] * src/compiler/fndb.lisp (write-sequence): Use sequence return type instead of the invalid type (sequence). --- compiler/fndb.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 66436e277..bf0d02f19 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.109 2003/03/22 16:15:20 gerd Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.110 2003/04/23 18:08:49 gerd Exp $") ;;; ;;; ********************************************************************** ;;; @@ -568,7 +568,7 @@ (defknown write-sequence (sequence stream &key (:start index) (:end sequence-end)) - (sequence) () + sequence () :derive-type (sequence-result-nth-arg 1)) -- GitLab