Skip to content
Snippets Groups Projects
Commit 1fec38cf authored by dtc's avatar dtc
Browse files

Remove the def-type-vop dylan::dylan-function-p, as the dylan code has

been removed and this produced a compile error.
parent 49e822ae
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -387,9 +387,6 @@
(def-type-vops funcallable-instance-p nil nil nil (def-type-vops funcallable-instance-p nil nil nil
funcallable-instance-header-type) 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 (def-type-vops array-header-p nil nil nil
simple-array-type complex-string-type complex-bit-vector-type simple-array-type complex-string-type complex-bit-vector-type
complex-vector-type complex-array-type) complex-vector-type complex-array-type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment