From d1a2a3a1bee5573e40f5a33e31f1a15edfecd069 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Thu, 2 Jun 2005 14:38:54 +0000 Subject: [PATCH] 0.9.1.22: *sigh* Correct SPECIF*I*ER-TYPE typo. --- src/compiler/srctran.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/srctran.lisp b/src/compiler/srctran.lisp index 369f705..b4214fc 100644 --- a/src/compiler/srctran.lisp +++ b/src/compiler/srctran.lisp @@ -2341,7 +2341,7 @@ (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. diff --git a/version.lisp-expr b/version.lisp-expr index 57550e8..2fb497b 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4