[Git][cmucl/cmucl][issue-272-add-scav-static-vector-fcn] Address review comment

Raymond Toy pushed to branch issue-272-add-scav-static-vector-fcn at cmucl / cmucl Commits: def94dc5 by Raymond Toy at 2024-02-14T07:05:38-08:00 Address review comment Merge body of two identical successive if conditions into one. - - - - - 1 changed file: - src/lisp/gencgc.c Changes: ===================================== src/lisp/gencgc.c ===================================== @@ -2707,9 +2707,6 @@ scav_static_vector(lispobj object) if (debug_static_array_p) { fprintf(stderr, "Not in Lisp spaces: object = %p, ptr = %p\n", (void*)object, ptr); - } - - if (debug_static_array_p) { fprintf(stderr, " Header value = 0x%lx\n", (unsigned long) header); } View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/def94dc566c562312e667c50... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/def94dc566c562312e667c50... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)