1.0.8.10: Untabify.
authorThiemo Seufer <ths@networkno.de>
Sat, 28 Jul 2007 18:42:00 +0000 (18:42 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 28 Jul 2007 18:42:00 +0000 (18:42 +0000)
src/runtime/print.c
version.lisp-expr

index 394d781..f448e51 100644 (file)
@@ -732,9 +732,9 @@ static void print_obj(char *prefix, lispobj obj)
 
     if (var == NULL &&
         ((obj & LOWTAG_MASK) == FUN_POINTER_LOWTAG ||
-        (obj & LOWTAG_MASK) == LIST_POINTER_LOWTAG ||
-        (obj & LOWTAG_MASK) == INSTANCE_POINTER_LOWTAG ||
-        (obj & LOWTAG_MASK) == OTHER_POINTER_LOWTAG))
+         (obj & LOWTAG_MASK) == LIST_POINTER_LOWTAG ||
+         (obj & LOWTAG_MASK) == INSTANCE_POINTER_LOWTAG ||
+         (obj & LOWTAG_MASK) == OTHER_POINTER_LOWTAG))
         var = define_var(NULL, obj, 0);
 
     if (var != NULL)
index d45334b..22a3ec8 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.8.9"
+"1.0.8.10"