From 1fec38cf634035a5cfac0cd6af04ff30b3155f5b Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Thu, 11 Nov 1999 16:08:09 +0000 Subject: [PATCH] Remove the def-type-vop dylan::dylan-function-p, as the dylan code has been removed and this produced a compile error. --- compiler/alpha/type-vops.lisp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compiler/alpha/type-vops.lisp b/compiler/alpha/type-vops.lisp index c43ec325a..255114b88 100644 --- a/compiler/alpha/type-vops.lisp +++ b/compiler/alpha/type-vops.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/type-vops.lisp,v 1.4 1998/07/24 17:22:30 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/type-vops.lisp,v 1.5 1999/11/11 16:08:09 dtc Rel $") ;;; ;;; ********************************************************************** ;;; @@ -387,9 +387,6 @@ (def-type-vops funcallable-instance-p nil nil nil funcallable-instance-header-type) -(def-type-vops dylan::dylan-function-p nil nil nil - dylan-function-header-type) - (def-type-vops array-header-p nil nil nil simple-array-type complex-string-type complex-bit-vector-type complex-vector-type complex-array-type) -- GitLab