1.0.5.24:
authorThiemo Seufer <ths@networkno.de>
Wed, 2 May 2007 17:42:33 +0000 (17:42 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 2 May 2007 17:42:33 +0000 (17:42 +0000)
Silence compiler warning.

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

index 949ddd1..9b86ef2 100644 (file)
@@ -349,10 +349,12 @@ static void brief_list(lispobj obj)
     }
 }
 
+#ifdef LISP_FEATURE_X86_64
 static void print_unknown(lispobj obj)
 {
   printf("unknown object: %p", (void *)obj);
 }
+#endif
 
 static void print_list(lispobj obj)
 {
index 4a98cfd..a3c5aaf 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".)
-"1.0.5.23"
+"1.0.5.24"