0.9.16.36:
authorJuho Snellman <jsnell@iki.fi>
Mon, 18 Sep 2006 11:28:05 +0000 (11:28 +0000)
committerJuho Snellman <jsnell@iki.fi>
Mon, 18 Sep 2006 11:28:05 +0000 (11:28 +0000)
        Oops, fix minor bug introduced in .35: #+sb-unicode -> #!+sb-unicode

src/code/win32.lisp
version.lisp-expr

index 3851f55..c5210df 100644 (file)
                (string ,description)
                (cons (destructuring-bind (s &optional (l 0) c) ,description
                        (format nil "~A~A~A" s
-                               (if c #-sb-unicode "A@" #+sb-unicode "W@" "@")
+                               (if c #!-sb-unicode "A@" #!+sb-unicode "W@" "@")
                                l))))))
      ,@body)))
 
index 021a826..82370fd 100644 (file)
@@ -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.9.16.35"
+"0.9.16.36"