From: Christophe Rhodes Date: Thu, 14 Dec 2006 16:15:28 +0000 (+0000) Subject: 1.0.0.29: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=2b7d95bf75f9d10a1e394332d67735c0d8193f9a;p=sbcl.git 1.0.0.29: Whitespace --- diff --git a/src/pcl/cache.lisp b/src/pcl/cache.lisp index 73b60fd..129ebbf 100644 --- a/src/pcl/cache.lisp +++ b/src/pcl/cache.lisp @@ -124,14 +124,14 @@ (declare (fixnum old-count)) (setf (cache-vector-lock-count ,cache-vector) (if (= old-count most-positive-fixnum) - 1 + 1 (1+ old-count))))))) (deftype field-type () '(mod #.layout-clos-hash-length)) (eval-when (:compile-toplevel :load-toplevel :execute) - (declaim (ftype (function (fixnum) (values (and unsigned-byte fixnum) &optional)) + (declaim (ftype (function (fixnum) (values (and unsigned-byte fixnum) &optional)) power-of-two-ceiling)) (defun power-of-two-ceiling (x) ;; (expt 2 (ceiling (log x 2))) @@ -492,9 +492,9 @@ (defun compute-primary-cache-location (field mask wrappers) (declare (type field-type field) (fixnum mask)) (if (not (listp wrappers)) - (logand mask + (logand mask (the fixnum (wrapper-cache-number-vector-ref wrappers field))) - (let ((location 0) + (let ((location 0) (i 0)) (declare (fixnum location i)) (dolist (wrapper wrappers) @@ -537,7 +537,7 @@ (dotimes-fixnum (i nkeys) (let* ((wrapper (cache-vector-ref cache-vector (+ i from-location))) (wcn (wrapper-cache-number-vector-ref wrapper field))) - (declare (fixnum wcn)) + (declare (fixnum wcn)) (incf result wcn)) (when (and (not (zerop i)) (zerop (mod i wrapper-cache-number-adds-ok))) @@ -676,7 +676,7 @@ (defun make-dfun-lambda-list (metatypes applyp) (let ((required (make-dfun-required-args metatypes))) - (if applyp + (if applyp (nconc required ;; Use &MORE arguments to avoid consing up an &REST list ;; that we might not need at all. See MAKE-EMF-CALL and @@ -687,7 +687,7 @@ (defun make-dlap-lambda-list (metatypes applyp) (let* ((required (make-dfun-required-args metatypes)) - (lambda-list (if applyp + (lambda-list (if applyp (append required '(&more .more-context. .more-count.)) required))) ;; Return the full lambda list, the required arguments, a form diff --git a/version.lisp-expr b/version.lisp-expr index 44c28e5..81a6319 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".) -"1.0.0.28" +"1.0.0.29"