|
From: | Paul Eggert |
Subject: | Re: bug#34951: [PATCH] grep: a kwset matcher not work in a grep matcher |
Date: | Thu, 12 Dec 2019 14:26:46 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
On 12/11/19 11:31 PM, address@hidden wrote:
1,$s/ptrdiff_t/ssize_t/g
ssize_t can be narrower than ptrdiff_t, so it's not a good type to use for this notion. Its original motivation was "the type that 'read' returns", and on systems where 'read' can return at most INT_MAX, ssize_t can be 32 bits even if size_t is 64 bits.
[Prev in Thread] | Current Thread | [Next in Thread] |