0.7.12:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 25 Jan 2003 19:30:16 +0000 (19:30 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 25 Jan 2003 19:30:16 +0000 (19:30 +0000)
release, tagged as sbcl_0_7_12

src/pcl/boot.lisp
src/pcl/low.lisp
version.lisp-expr

index 9bb5b50..09719c9 100644 (file)
@@ -1064,7 +1064,7 @@ bootstrapping.
                             ,call)
                            ,call))))
                 ,(locally
-                  ;; As above, this declaration supresses code
+                  ;; As above, this declaration suppresses code
                   ;; deletion notes.
                   (declare (optimize (inhibit-warnings 3)))
                   (if (and (null ',rest-arg)
index e9e0276..8dfd799 100644 (file)
       (std-instance-slots instance)
       (fsc-instance-slots instance)))
 (defun get-slots-or-nil (instance)
-  ;; Supress a code-deletion note.  FIXME: doing the FIXME above,
+  ;; Suppress a code-deletion note.  FIXME: doing the FIXME above,
   ;; integrating PCL more with the compiler, would remove the need for
   ;; this icky stuff.
   (declare (optimize (inhibit-warnings 3)))
index ecf3347..a7c6658 100644 (file)
@@ -18,4 +18,4 @@
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.11.14"
+"0.7.12"