From: Christophe Rhodes Date: Wed, 20 Aug 2003 14:09:44 +0000 (+0000) Subject: 0.8.2.49: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=d7a65edee206acbc002f634cea6f1af22be9fe55;p=sbcl.git 0.8.2.49: When is a GO tag not a GO tag? ... remove stray "p" from midst of commentary :-) --- diff --git a/src/compiler/assem.lisp b/src/compiler/assem.lisp index b668c11..716496c 100644 --- a/src/compiler/assem.lisp +++ b/src/compiler/assem.lisp @@ -473,7 +473,7 @@ ;; nothing to do, then emit a nop. ### Note: despite the ;; fact that this is a loop, it really won't work for ;; repetitions other then zero and one. For example, if -p ;; the branch has two dependents and one of them dpends on + ;; the branch has two dependents and one of them dpends on ;; the other, then the stuff that grabs a dependent could ;; easily grab the wrong one. But I don't feel like fixing ;; this because it doesn't matter for any of the diff --git a/version.lisp-expr b/version.lisp-expr index 4671358..e15af6e 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".) -"0.8.2.48" +"0.8.2.49"