0.8.6.23:
authorAndreas Fuchs <asf@boinkor.net>
Mon, 1 Dec 2003 19:58:54 +0000 (19:58 +0000)
committerAndreas Fuchs <asf@boinkor.net>
Mon, 1 Dec 2003 19:58:54 +0000 (19:58 +0000)
add a missing \ to the SBCL banner, to de-confuse GCCs that don't
allow multi-line strings.

src/runtime/runtime.c
version.lisp-expr

index 166e7ac..429eca3 100644 (file)
@@ -166,7 +166,7 @@ print_banner()
 {
     printf(
 "This is SBCL %s, an implementation of ANSI Common Lisp.\n\
-More information about SBCL is available at <http://www.sbcl.org/>.
+More information about SBCL is available at <http://www.sbcl.org/>.\
 \n\
 SBCL is free software, provided as is, with absolutely no warranty.\n\
 It is mostly in the public domain; some portions are provided under\n\
index 2535bfe..5da45c8 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.8.6.22"
+"0.8.6.23"