projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d49ff1b
)
PPC, SPARC cross-type build fix
author
David Lichteblau
<david@lichteblau.com>
Fri, 5 Oct 2012 13:21:44 +0000
(15:21 +0200)
committer
David Lichteblau
<david@lichteblau.com>
Fri, 5 Oct 2012 13:22:25 +0000
(15:22 +0200)
Thanks to Christophe Rhodes.
src/code/cross-type.lisp
patch
|
blob
|
history
diff --git
a/src/code/cross-type.lisp
b/src/code/cross-type.lisp
index
1ffb2c2
..
72d5092
100644
(file)
--- a/
src/code/cross-type.lisp
+++ b/
src/code/cross-type.lisp
@@
-289,6
+289,12
@@
;; 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