From 78a65a9f01d91f7ebe81493a8b06a086ab097a4c Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 13 Mar 1993 18:19:45 +0000 Subject: [PATCH] Unmade funcallable-instance to have a primitive-type specified, since it isn't used except when we have a check VOP, and I don't want that. --- 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 3158bf41d..8ed73f9c6 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.41 1993/03/13 17:26:17 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.42 1993/03/13 18:19:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -338,7 +338,7 @@ (def-type-vops fdefn-p nil nil nil fdefn-type) -(def-type-vops funcallable-instance-p nil funcallable-instance nil +(def-type-vops funcallable-instance-p nil nil nil funcallable-instance-header-type) (def-type-vops dylan::dylan-function-p nil nil nil -- GitLab