bug#34951: [PATCH] grep: a kwset matcher not work in a grep matcher

2019-12-16 Thread Paul Eggert
On 12/15/19 12:14 AM, arn...@skeeve.com wrote: > int64_t is just as standard as ptrdiff_t and just as clear. Actually, int64_t is optional (as even C18 and POSIX-2018 do not require it), whereas ptrdiff_t has been required since C89. More importantly, int64_t would be overkill on 32-bit GNU/Linux

bug#34951: [PATCH] grep: a kwset matcher not work in a grep matcher

2019-12-16 Thread arnold
Paul Eggert wrote: > On 12/15/19 12:14 AM, arn...@skeeve.com wrote: > > > int64_t is just as standard as ptrdiff_t and just as clear. > > Actually, int64_t is optional (as even C18 and POSIX-2018 do not require it), > whereas ptrdiff_t has been required since C89. More importantly, int64_t would