diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 03712a364ae3c422ad3786315c44a1f43a0d2577..5184a2d5d36c55eae7b36686cb88f6e54ce59425 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.56 1993/07/21 12:40:22 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.57 1993/08/06 13:07:17 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -648,6 +648,9 @@ (defknown (assoc-if-not assoc-if rassoc-if rassoc-if-not) (callable list &key (:key callable)) list (foldable flushable call)) +(defknown (memq assq) (t list) list (foldable flushable unsafe)) +(defknown delq (t list) list (flushable unsafe)) + ;;;; In the "Hash Tables" chapter: