Simon Josefsson wrote:
> The getdelim module already implicitly depends on stdint

I don't think it did. 'realloc-posix' depends on stdlib, not stdint.
So what you added is a new dependency.

Some people, like Sam Steingold, want to minimize dependencies in gnulib.
Especially towards module 'stdint', which makes a lot of configure checks.
3 lines of easy #ifdef code versus a dependency - it's a call of judgement.

But your commit is fine with me.

Bruno



Reply via email to