Daniel Hartwig 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 p
* libguile/gen-scmconfig.c: Determine the size of ssize_t (POSIX).
* libguile/foreign.c: New symbol is an alias for a signed integer type.
* module/system/foreign.scm: Export the new symbol.
* doc/ref/api-foreign.texi (Foreign Types): Document.
---
doc/ref/api-foreign.texi |1 +
libguile/f