0.9.5.5:
authorThiemo Seufer <ths@networkno.de>
Wed, 28 Sep 2005 13:36:45 +0000 (13:36 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 28 Sep 2005 13:36:45 +0000 (13:36 +0000)
Whitespace painting.

src/runtime/backtrace.c
src/runtime/linux-os.c
version.lisp-expr

index a0914cb..f5515d5 100644 (file)
@@ -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);
 }
 
index 4cbd8c9..de5368a 100644 (file)
@@ -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
index 81e2c36..98f4850 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.9.5.4"
+"0.9.5.5"