From f0a9724c3cfbc784518d48907913a0bc207f610a Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 6 Aug 1993 13:07:17 +0000
Subject: [PATCH] Add assq, memq and delq.

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

diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 03712a364..5184a2d5d 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:
 
-- 
GitLab