From 6e546c59b6470c205267514fd6af1810880443b3 Mon Sep 17 00:00:00 2001
From: pw <pw>
Date: Tue, 13 Mar 2001 16:43:30 +0000
Subject: [PATCH] Do what I mean, damn it!

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

diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 4af008f8d..0eb984366 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) *)
-- 
GitLab