Skip to content
Snippets Groups Projects
Commit 78a65a9f authored by ram's avatar ram
Browse files

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.
parent fcf099ae
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -338,7 +338,7 @@
(def-type-vops fdefn-p nil nil nil (def-type-vops fdefn-p nil nil nil
fdefn-type) 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) funcallable-instance-header-type)
(def-type-vops dylan::dylan-function-p nil nil nil (def-type-vops dylan::dylan-function-p nil nil nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment