cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.89k stars 983 forks source link

remove time-t-bits from machine definition #770

Closed mflatt closed 7 months ago

mflatt commented 7 months ago

Trying to pick time-t-bits is a problem, particularly for i3le, since some 32-bit Linux variants now use a 64-bit time_t. Fortunately, the only use of time-t-bits is in the kernel to select between Sinteger64 and Sinteger32, and just using Sinteger64 is safe.