0.9.1.22:
authorNathan Froyd <froydnj@cs.rice.edu>
Thu, 2 Jun 2005 14:38:54 +0000 (14:38 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Thu, 2 Jun 2005 14:38:54 +0000 (14:38 +0000)
*sigh* Correct SPECIF*I*ER-TYPE typo.

src/compiler/srctran.lisp
version.lisp-expr

index 369f705..b4214fc 100644 (file)
              (let ((low (logxor-derive-unsigned-low-bound x y))
                    (high (logxor-derive-unsigned-high-bound x y)))
                (specifier-type `(integer ,low ,high)))
-             (specifer-type '(unsigned-byte* *))))
+             (specifier-type '(unsigned-byte* *))))
         ((and (not x-pos) (not y-pos))
          ;; Both are negative.  The result will be positive, and as long
          ;; as the longer.
index 57550e8..2fb497b 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.1.21"
+"0.9.1.22"