Fix #!- vs #- confusion in number's singleton-p type method
authorPaul Khuong <pvk@pvk.ca>
Sat, 11 Jun 2011 05:45:55 +0000 (01:45 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sat, 11 Jun 2011 05:45:55 +0000 (01:45 -0400)
src/code/late-type.lisp

index 56c8c79..2ae43c5 100644 (file)
              (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))))