From b8d4ea0c840840568c8940b5e8250469635ed476 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 5 Dec 1992 21:51:41 +0000 Subject: [PATCH] Added defknown for dylan-function-p. --- compiler/generic/vm-fndb.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp index cf6726290..f8e0547c5 100644 --- a/compiler/generic/vm-fndb.lisp +++ b/compiler/generic/vm-fndb.lisp @@ -7,11 +7,11 @@ ;;; 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.43 1992/04/14 02:57:18 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.44 1992/12/05 21:51:41 wlott Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.43 1992/04/14 02:57:18 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.44 1992/12/05 21:51:41 wlott Exp $ ;;; ;;; This file defines the machine specific function signatures. ;;; @@ -56,7 +56,7 @@ simple-array-single-float-p simple-array-double-float-p system-area-pointer-p realp unsigned-byte-32-p signed-byte-32-p weak-pointer-p scavenger-hook-p code-component-p lra-p - funcallable-instance-p) + funcallable-instance-p dylan::dylan-function-p) (t) boolean (movable foldable flushable)) -- GitLab