From 0e6e1b2a81134f1b45330fd6abe49e32020e409d Mon Sep 17 00:00:00 2001 From: sa2c Date: Sun, 21 Jan 2007 03:48:23 +0000 Subject: [PATCH] 1.0.1.34: quote fix for old cpp fix build with gcc 2.95. --- src/runtime/x86-assem.S | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/x86-assem.S b/src/runtime/x86-assem.S index 5bd4305..ca2b2d6 100644 --- a/src/runtime/x86-assem.S +++ b/src/runtime/x86-assem.S @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index 33bfa6b..23c8902 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".) -"1.0.1.33" +"1.0.1.34" -- 1.7.10.4