
Raymond Toy pushed to branch issue-272-add-scav-static-vector-fcn at cmucl / cmucl Commits: 406f2a4b by Carl Shapiro at 2024-02-14T15:02:53+00:00 Apply 1 suggestion(s) to 1 file(s) - - - - - 1 changed file: - src/lisp/gencgc.c Changes: ===================================== src/lisp/gencgc.c ===================================== @@ -2698,7 +2698,7 @@ maybe_static_array_p(lispobj header) return result; } -int +static int scav_static_vector(lispobj object) { lispobj *ptr = (lispobj *) PTR(object); View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/406f2a4b4d83c339bb7ce5ba... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/406f2a4b4d83c339bb7ce5ba... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)