0.7.3.19:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sun, 19 May 2002 19:10:41 +0000 (19:10 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sun, 19 May 2002 19:10:41 +0000 (19:10 +0000)
Fix typo resulting at least in part from the non-optimality of the
previous patch...
... s/delclare/declare/ in the sparc tree.

src/compiler/sparc/macros.lisp
version.lisp-expr

index 2fb99fd..17c1ddc 100644 (file)
                               :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
index 4a5b953..5850512 100644 (file)
@@ -18,4 +18,4 @@
 ;;; 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"