guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] add ssize_t


From: Mark H Weaver
Subject: Re: [PATCH] add ssize_t
Date: Sat, 02 Feb 2013 04:23:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Daniel Hartwig <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]