diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 4af008f8d19a3f5aaab0e845824850b773b9c010..0eb9843667fed3c1134478af18f09903ab6ee50f 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.90 2001/03/13 16:34:20 pw Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.91 2001/03/13 16:43:30 pw Exp $") ;;; ;;; ********************************************************************** ;;; @@ -119,6 +119,9 @@ (defknown makunbound (symbol) symbol) (defknown fmakunbound ((or symbol cons)) (or symbol cons) (unsafe explicit-check)) +(defknown get-setf-expansion ((or list symbol) &optional lexical-environment) + (values list list list form form) + (flushable)) (defknown apply (callable t &rest t) *) ; ### Last arg must be List... (defknown funcall (callable &rest t) *)