From b9e63e53f12e876042d90f2b56de8767fe6f0403 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 22 May 2007 17:35:53 +0000 Subject: [PATCH] Oops. Forgot to add the type code for complex-double-double-float. I think this was causing PCL to think that (complex double-double-float) was not a subtype of complex. --- code/class.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/class.lisp b/code/class.lisp index ea9e6fec8..79996fbb4 100644 --- a/code/class.lisp +++ b/code/class.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/code/class.lisp,v 1.59 2006/06/30 18:41:22 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/class.lisp,v 1.60 2007/05/22 17:35:53 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -848,7 +848,8 @@ #+double-double (complex-double-double-float :translation (complex double-double-float) - :inherits (complex number generic-number)) + :inherits (complex number generic-number) + :codes (#.vm:complex-double-double-float-type)) (real :translation real :inherits (number generic-number)) (float :translation float :inherits (real number generic-number)) (single-float -- GitLab