
Raymond Toy pushed to branch issue-444-b-stat-with-64-bit-time at cmucl / cmucl Commits: 94d7c0ec by Raymond Toy at 2025-10-12T15:04:09-07:00 Fix typo - - - - - 1 changed file: - src/lisp/os-common.c Changes: ===================================== src/lisp/os-common.c ===================================== @@ -7,7 +7,7 @@ #ifdef __linux__ /* Want 64-bit time_t values for stat and friends */ -#define _TIME_BITS=64 +#define _TIME_BITS 64 #endif #include <assert.h> View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/94d7c0ec903ed2fe69cff815... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/94d7c0ec903ed2fe69cff815... You're receiving this email because of your account on gitlab.common-lisp.net.