CMUCL commit: amd64-dd-branch src/compiler/generic (vm-typetran.lisp)
Raymond Toy
rtoy at common-lisp.net
Wed Nov 4 02:44:05 CET 2009
Date: Tuesday, November 3, 2009 @ 20:44:05
Author: rtoy
Path: /project/cmucl/cvsroot/src/compiler/generic
Tag: amd64-dd-branch
Modified: vm-typetran.lisp
Merge changes from trunk to enable type predicates.
------------------+
vm-typetran.lisp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: src/compiler/generic/vm-typetran.lisp
diff -u src/compiler/generic/vm-typetran.lisp:1.17 src/compiler/generic/vm-typetran.lisp:1.17.24.1
--- src/compiler/generic/vm-typetran.lisp:1.17 Fri Jun 30 14:41:23 2006
+++ src/compiler/generic/vm-typetran.lisp Tue Nov 3 20:44:05 2009
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.17 2006-06-30 18:41:23 rtoy Rel $")
+ "$Header: /project/cmucl/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.17.24.1 2009-11-04 01:44:05 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -67,7 +67,7 @@
#+long-float
(define-type-predicate simple-array-long-float-p
(simple-array long-float (*)))
-#+(and t double-double)
+#+double-double
(define-type-predicate simple-array-double-double-float-p
(simple-array double-double-float (*)))
@@ -78,7 +78,7 @@
#+long-float
(define-type-predicate simple-array-complex-long-float-p
(simple-array (complex long-float) (*)))
-#+(and t double-double)
+#+double-double
(define-type-predicate simple-array-complex-double-double-float-p
(simple-array (complex double-double-float) (*)))
(define-type-predicate system-area-pointer-p system-area-pointer)
More information about the cmucl-commit
mailing list