From 1eec7e16cc38e8eba97364ef2d2af1b089764016 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Sat, 25 Jan 2003 19:30:16 +0000 Subject: [PATCH] 0.7.12: release, tagged as sbcl_0_7_12 --- src/pcl/boot.lisp | 2 +- src/pcl/low.lisp | 2 +- version.lisp-expr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pcl/boot.lisp b/src/pcl/boot.lisp index 9bb5b50..09719c9 100644 --- a/src/pcl/boot.lisp +++ b/src/pcl/boot.lisp @@ -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) diff --git a/src/pcl/low.lisp b/src/pcl/low.lisp index e9e0276..8dfd799 100644 --- a/src/pcl/low.lisp +++ b/src/pcl/low.lisp @@ -282,7 +282,7 @@ (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))) diff --git a/version.lisp-expr b/version.lisp-expr index ecf3347..a7c6658 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4