Fix typo resulting at least in part from the non-optimality of the
previous patch...
... s/delclare/declare/ in the sparc tree.
:element-type '(unsigned-byte 8)
:fill-pointer 0
:adjustable t))))
- (delclare (type (vector (unsigned-byte 8) 16) ,var))
+ (declare (type (vector (unsigned-byte 8) 16) ,var))
(setf (fill-pointer ,var) 0)
(unwind-protect
(progn
;;; for internal versions, especially for internal versions off the
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.3.18"
+"0.7.3.19"