projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e37bfc
)
Fix #!- vs #- confusion in number's singleton-p type method
author
Paul Khuong
<pvk@pvk.ca>
Sat, 11 Jun 2011 05:45:55 +0000
(
01:45
-0400)
committer
Paul Khuong
<pvk@pvk.ca>
Sat, 11 Jun 2011 05:45:55 +0000
(
01:45
-0400)
src/code/late-type.lisp
patch
|
blob
|
history
diff --git
a/src/code/late-type.lisp
b/src/code/late-type.lisp
index
56c8c79
..
2ae43c5
100644
(file)
--- a/
src/code/late-type.lisp
+++ b/
src/code/late-type.lisp
@@
-1731,7
+1731,7
@@
(eql low high)
(eql (numeric-type-complexp type) :real)
(member (numeric-type-class type) '(integer rational
- #!-sb-xc-host float)))
+ #-sb-xc-host float)))
(values t (numeric-type-low type))
(values nil nil))))