From 822ce04a44e771cb281a3aaa8280015635567b2e Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 28 Oct 1991 20:21:52 +0000
Subject: [PATCH] Fixed the INTERN defknown to include nil in the type of the
 second return value.

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

diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 9ab11ef21..624e81fb2 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.26 1991/10/03 15:19:16 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.27 1991/10/28 20:21:52 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -174,7 +174,7 @@
 (defknown package-shadowing-symbols (packagelike) list (flushable))
 (defknown list-all-packages () list (flushable))
 (defknown intern (string &optional packagelike)
-  (values symbol (member :internal :external :inherited))
+  (values symbol (member :internal :external :inherited nil))
   ())
 (defknown find-symbol (string &optional packagelike)
 	  (values symbol (member :internal :external :inherited nil))
-- 
GitLab