From 17cb282da217376a547c60967ad7a4698a8b7fa4 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Wed, 28 Sep 2005 13:36:45 +0000 Subject: [PATCH] 0.9.5.5: Whitespace painting. --- src/runtime/backtrace.c | 2 +- src/runtime/linux-os.c | 2 +- version.lisp-expr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime/backtrace.c b/src/runtime/backtrace.c index a0914cb..f5515d5 100644 --- a/src/runtime/backtrace.c +++ b/src/runtime/backtrace.c @@ -300,7 +300,7 @@ ra_pointer_p (void *ra) { /* the check against 4096 is still a mystery to everyone interviewed about * it, but recent changes to sb-sprof seem to suggest that such values - * do occur sometimes. */ + * do occur sometimes. */ return ((unsigned long) ra) > 4096 && !stack_pointer_p (ra); } diff --git a/src/runtime/linux-os.c b/src/runtime/linux-os.c index 4cbd8c9..de5368a 100644 --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -178,7 +178,7 @@ Please use a more recent kernel or a version of SBCL without threading support.\ * in an error or if the value didn't change. Otherwise * this might result in an infinite loop. */ - if (retval != -1 && newpers != pers) { + if (retval != -1 && newpers != pers) { /* Use /proc/self/exe instead of trying to figure out * the executable path from PATH and argv[0], since * that's unreliable. We follow the symlink instead of diff --git a/version.lisp-expr b/version.lisp-expr index 81e2c36..98f4850 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.9.5.4" +"0.9.5.5" -- 1.7.10.4