0.9.5.69:
authorThiemo Seufer <ths@networkno.de>
Sat, 15 Oct 2005 19:10:32 +0000 (19:10 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 15 Oct 2005 19:10:32 +0000 (19:10 +0000)
Silence compiler warning.

src/runtime/thread.c
version.lisp-expr

index cf05b8d..ef73baf 100644 (file)
@@ -190,7 +190,9 @@ create_thread_struct(lispobj initial_function) {
     union per_thread_data *per_thread;
     struct thread *th=0;        /*  subdue gcc */
     void *spaces=0;
+#ifdef LISP_FEATURE_SB_THREAD
     int i;
+#endif
 
     /* may as well allocate all the spaces at once: it saves us from
      * having to decide what to do if only some of the allocations
index 80ef301..0fbbf51 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.68"
+"0.9.5.69"