bug-gnulib
[Top][All Lists]
Advanced

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

Re: getdelim: use SIZE_MAX from stdint.h


From: Bruno Haible
Subject: Re: getdelim: use SIZE_MAX from stdint.h
Date: Thu, 21 May 2009 12:47:50 +0200
User-agent: KMail/1.9.9

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

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