diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp index bd829f0df4fc72121f5968c0b9bd7131e35d1f22..d89005fb0bb70603ff88538e9b9cd13058b59466 100644 --- a/compiler/generic/vm-fndb.lisp +++ b/compiler/generic/vm-fndb.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/generic/vm-fndb.lisp,v 1.45 1992/12/13 14:43:13 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.46 1992/12/15 20:09:59 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -72,6 +72,8 @@ (foldable flushable)) +(defknown vector-length (vector) index (flushable)) + (defknown vector-sap ((simple-unboxed-array (*))) system-area-pointer (flushable)) @@ -286,6 +288,8 @@ (defknown %make-funcallable-instance (index function) function (unsafe)) +(defknown %set-funcallable-instance-function (function function) function + (unsafe)) (defknown %set-funcallable-instance-info (function index t) t (unsafe))