From d7a65edee206acbc002f634cea6f1af22be9fe55 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Wed, 20 Aug 2003 14:09:44 +0000 Subject: [PATCH] 0.8.2.49: When is a GO tag not a GO tag? ... remove stray "p" from midst of commentary :-) --- src/compiler/assem.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4