Daniel Hartwig <mand...@gmail.com> writes: > * libguile/gen-scmconfig.c: Determine the size of ssize_t (POSIX).
Guile already assumes in many places that ssize_t is the same size as size_t, so I'd rather not add SIZEOF_SSIZE_T. Otherwise your patch looks good to me. Following our discussion on #guile, I ended up pushing patches that add not only 'ssize_t' but also 'ptrdiff_t', and scm_{from,to}_ptrdiff_t as well. Thanks! Mark