Re: [PATCH] add ssize_t

2013-02-02 Thread Mark H Weaver
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

[PATCH] add ssize_t

2013-02-01 Thread Daniel Hartwig
* 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