X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fprint.c;h=f448e519811f595c9bbaa58f06a98ba3f5af77fe;hb=015dc5f920a57c2e502eef3f54d91ac8fe225747;hp=394d781e4b375146deece354b1b516b2fc96f10b;hpb=d0ceeb45a7042703bfd9c6d4c335680a3c07a974;p=sbcl.git diff --git a/src/runtime/print.c b/src/runtime/print.c index 394d781..f448e51 100644 --- a/src/runtime/print.c +++ b/src/runtime/print.c @@ -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)