]> Savannah Git Hosting - gnulib.git/commit
ssize_t: Fix replacement on 64-bit Windows.
authorBruno Haible <bruno@clisp.org>
Sun, 21 May 2023 12:40:04 +0000 (14:40 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 21 May 2023 12:40:04 +0000 (14:40 +0200)
commit138b4121298c14e1fd6ca751ab557a1d65443f01
tree6e0308c8c0ffbda97c4e41566b21a45147f2cc10
parentc8310c0658aed3981f9f77a8a8e8289239baf4ad
ssize_t: Fix replacement on 64-bit Windows.

* m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Use prefix 'gl_' instead of 'gt_'.
Define ssize_t to 'long long' or 'long', depending on the width of
'size_t'.
ChangeLog
m4/ssize_t.m4