0.9.3.46: "oops". I didn't mean to write an infinite loop there.
authorBrian Mastenbrook <bmastenb@cs.indiana.edu>
Fri, 12 Aug 2005 11:56:13 +0000 (11:56 +0000)
committerBrian Mastenbrook <bmastenb@cs.indiana.edu>
Fri, 12 Aug 2005 11:56:13 +0000 (11:56 +0000)
src/compiler/srctran.lisp
version.lisp-expr

index 5a1a358..69bc5e1 100644 (file)
 
 (defun coerce-for-bound (val type)
   (if (consp val)
-      (list (coerce-for-bound val))
+      (list (coerce-for-bound (car val) type))
       (cond
         ((subtypep type 'double-float)
          (if (<= most-negative-double-float val most-positive-double-float)
index 95ec3c3..a5b7af1 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.3.45"
+"0.9.3.46"