diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 8b9b9fe1326a4eac61f4283f777a960ce2b20e89..658bcf4a91da2d1fb4b7eccb583a31eff30a5bbc 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.48 1992/05/07 08:49:31 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.49 1992/05/16 23:36:15 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -179,7 +179,6 @@ ;; ### Extensions... (internal-symbols index) (external-symbols index)) package) -(defknown in-package (stringlike &key (nicknames list) (use list)) package) (defknown find-package (stringlike) (or package null) (flushable)) (defknown package-name (packagelike) simple-string (flushable)) (defknown package-nicknames (packagelike) list (flushable))