From 1faafdf01d9abb294b5a3b03ded10e4dea2b9b18 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 25 Nov 1990 20:59:00 +0000 Subject: [PATCH] Added :alloc-vop for funcallable instance so that the constructor is defined. --- compiler/generic/objdef.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/generic/objdef.lisp b/compiler/generic/objdef.lisp index ea9f900f7..0961442b3 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 -- GitLab