X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fprint.c;h=6e6dd12d3d683122fc394867a0313bf7c4f6bb5f;hb=f73c1f391342c797b8daebe4e8c27e5923341b6d;hp=bdfbfdafc28f9ec606d61c58a7eed18b50d16b76;hpb=902e93736a0888aa6b04dc328b1eb328423bf426;p=sbcl.git diff --git a/src/runtime/print.c b/src/runtime/print.c index bdfbfda..6e6dd12 100644 --- a/src/runtime/print.c +++ b/src/runtime/print.c @@ -610,7 +610,6 @@ static void print_otherptr(lispobj obj) break; case SIMPLE_FUN_HEADER_WIDETAG: - case CLOSURE_FUN_HEADER_WIDETAG: print_slots(fn_slots, 5, ptr); break;