From f902c742aa07e7c9ed8c76e088bbd7714ae2019f Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 13 Mar 1993 17:26:17 +0000 Subject: [PATCH] Make funcallable-instance-p a primitive predicate. --- compiler/mips/type-vops.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/mips/type-vops.lisp b/compiler/mips/type-vops.lisp index 26060f31e..3158bf41d 100644 --- a/compiler/mips/type-vops.lisp +++ b/compiler/mips/type-vops.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/mips/type-vops.lisp,v 1.40 1993/02/26 08:49:09 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.41 1993/03/13 17:26:17 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -338,7 +338,7 @@ (def-type-vops fdefn-p nil nil nil fdefn-type) -(def-type-vops funcallable-instance-p nil nil nil +(def-type-vops funcallable-instance-p nil funcallable-instance nil funcallable-instance-header-type) (def-type-vops dylan::dylan-function-p nil nil nil -- GitLab