Skip to content
Snippets Groups Projects
Commit 34da116a authored by wlott's avatar wlott
Browse files

Changed defknown of %make-funcallable-instance to take two more args now.

parent caac1e74
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.48 1993/02/26 08:42:56 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.49 1993/03/12 16:50:30 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -297,7 +297,8 @@
(flushable))
(defknown %make-funcallable-instance (index function) function (unsafe))
(defknown %make-funcallable-instance (index function function layout) function
(unsafe))
(defknown %set-funcallable-instance-function (function function) function
(unsafe))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment