PPC, SPARC cross-type build fix
authorDavid Lichteblau <david@lichteblau.com>
Fri, 5 Oct 2012 13:21:44 +0000 (15:21 +0200)
committerDavid Lichteblau <david@lichteblau.com>
Fri, 5 Oct 2012 13:22:25 +0000 (15:22 +0200)
Thanks to Christophe Rhodes.

src/code/cross-type.lisp

index 1ffb2c2..72d5092 100644 (file)
                  ;; trivial.
                  (and (every/type #'cross-typep host-object rest))
                  (or  (any/type   #'cross-typep host-object rest))
+                 (not
+                  (multiple-value-bind (value surep)
+                      (cross-typep host-object (car rest))
+                    (if surep
+                        (values (not value) t)
+                        (warn-and-give-up))))
                  ;; If we want to work with the KEYWORD type, we need
                  ;; to grok (SATISFIES KEYWORDP).
                  (satisfies