[Git][cmucl/cmucl][issue-125-unix-stat-wrong] Disable debugging prints
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Tue Aug 23 22:29:58 UTC 2022
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/834ff140fb6080c2a7008d48db450d3daf2dd8bc
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/834ff140fb6080c2a7008d48db450d3daf2dd8bc
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20220823/6583d6d3/attachment.html>
More information about the cmucl-cvs
mailing list