1.0.1.34: quote fix for old cpp
authorsa2c <sa2c>
Sun, 21 Jan 2007 03:48:23 +0000 (03:48 +0000)
committersa2c <sa2c>
Sun, 21 Jan 2007 03:48:23 +0000 (03:48 +0000)
fix build with gcc 2.95.

src/runtime/x86-assem.S
version.lisp-expr

index 5bd4305..ca2b2d6 100644 (file)
@@ -278,7 +278,7 @@ Ldone:
        /* Establish an SEH frame. */
 #ifdef LISP_FEATURE_SB_THREAD
        /* FIXME: need to save BSP here. */
-#error need to save BSP here, but don't know how yet.
+#error "need to save BSP here, but don't know how yet."
 #else
        pushl   BINDING_STACK_POINTER + SYMBOL_VALUE_OFFSET
 #endif
index 33bfa6b..23c8902 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".)
-"1.0.1.33"
+"1.0.1.34"