bug-gnulib
[Top][All Lists]
Advanced

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

Re: getaddrinfo.c: don't require snprintf; new function: shorttostr


From: Simon Josefsson
Subject: Re: getaddrinfo.c: don't require snprintf; new function: shorttostr
Date: Mon, 23 Oct 2006 16:39:10 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Jim Meyering <address@hidden> writes:

> If you prefer uint16_t over "unsigned short int" we can try that, but
> since that type is used solely for a temporary, with no risk of sign
> extension its width shouldn't matter, and with the latter, we don't
> have to worry about whether the type is defined.  We could even use
> "unsigned int".

Right, I see, and the patch looks fine.

> BTW, this patch corrects an omission in the previous one,
> by using the new, empty gl_PREREQ_* stub.
...
> +# Prerequisites of lib/uinttostr.c.
> +AC_DEFUN([gl_PREREQ_UINTTOSTR], [:])

What are these dummy functions useful for, anyway?

/Simon




reply via email to

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