[Git][cmucl/cmucl][issue-125-unix-stat-wrong] Disable debugging prints

Raymond Toy pushed to branch issue-125-unix-stat-wrong at cmucl / cmucl Commits: 834ff140 by Raymond Toy at 2022-08-23T15:29:31-07:00 Disable debugging prints - - - - - 1 changed file: - src/lisp/os-common.c Changes: ===================================== src/lisp/os-common.c ===================================== @@ -614,7 +614,7 @@ os_stat(const char* path, u_int64_t *dev, u_int64_t *ino, unsigned int *mode, u_ return rc; } -#if 1 +#if 0 /* * Useful prints to see the actual size of the various * fields. Helpful for porting this to other OSes that we haven't View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/834ff140fb6080c2a7008d48... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/834ff140fb6080c2a7008d48... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)