Skip to content
Snippets Groups Projects
Commit 381306a5 authored by cshapiro's avatar cshapiro
Browse files

For the time being the double-double-float type class symbols are not

exported during cross compiles.
parent 60691127
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/code/class.lisp,v 1.60 2007/05/22 17:35:53 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/class.lisp,v 1.61 2007/08/01 04:39:16 cshapiro Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -849,7 +849,7 @@ ...@@ -849,7 +849,7 @@
(complex-double-double-float (complex-double-double-float
:translation (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)) :codes (#.vm::complex-double-double-float-type))
(real :translation real :inherits (number generic-number)) (real :translation real :inherits (number generic-number))
(float :translation float :inherits (real number generic-number)) (float :translation float :inherits (real number generic-number))
(single-float (single-float
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment