From: Thiemo Seufer Date: Wed, 28 Sep 2005 13:36:45 +0000 (+0000) Subject: 0.9.5.5: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=17cb282da217376a547c60967ad7a4698a8b7fa4;p=sbcl.git 0.9.5.5: Whitespace painting. --- 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"