From dc9e673e5c35f41211319452029b6cdcaf615e35 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 24 Nov 1990 09:22:51 +0000
Subject: [PATCH] Added :set-known for the funcallable-instance function slot.

---
 compiler/generic/objdef.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/generic/objdef.lisp b/compiler/generic/objdef.lisp
index 043d1d2ec..ea9f900f7 100644
--- a/compiler/generic/objdef.lisp
+++ b/compiler/generic/objdef.lisp
@@ -7,7 +7,7 @@
 ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.5 1990/11/23 08:52:56 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.6 1990/11/24 09:22:51 wlott Exp $
 ;;;
 ;;; This file contains the machine independent aspects of the object
 ;;; representation.
@@ -380,7 +380,8 @@
 			  :alloc-trans %make-funcallable-instance)
   (function :init :arg
 	    :set-vop set-funcallable-instance-function
-	    :set-trans %set-funcallable-instance-function)
+	    :set-trans %set-funcallable-instance-function
+	    :set-known (unsafe))
   (info :rest-p t))
 
 (define-primitive-object (value-cell :lowtag other-pointer-type
-- 
GitLab