diff --git a/compiler/generic/objdef.lisp b/compiler/generic/objdef.lisp index ea9f900f7cd9fca2bd8078057ee8a6bb6e4f8b6c..0961442b31793a7690f3e6d6f763940f2ce584fa 100644 --- a/compiler/generic/objdef.lisp +++ b/compiler/generic/objdef.lisp @@ -7,7 +7,7 @@ ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.6 1990/11/24 09:22:51 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.7 1990/11/25 20:59:00 ram Exp $ ;;; ;;; This file contains the machine independent aspects of the object ;;; representation. @@ -377,6 +377,7 @@ (define-primitive-object (funcallable-instance :lowtag function-pointer-type :header funcallable-instance-header-type + :alloc-vop make-funcallable-instance :alloc-trans %make-funcallable-instance) (function :init :arg :set-vop set-funcallable-instance-function