Re: getdelim: use SIZE_MAX from stdint.h

2009-05-26 Thread Simon Josefsson
Bruno Haible writes: > 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. The stdlib module depends on stdint. > Some people, like Sam Steingold, wan

Re: getdelim: use SIZE_MAX from stdint.h

2009-05-21 Thread Bruno Haible
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