This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/6] vfprintf: Introduce THOUSANDS_SEP_T
- From: "Carlos O'Donell" <carlos at redhat dot com>
- To: Florian Weimer <fweimer at redhat dot com>, libc-alpha at sourceware dot org
- Date: Thu, 05 Mar 2015 14:34:37 -0500
- Subject: Re: [PATCH 1/6] vfprintf: Introduce THOUSANDS_SEP_T
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1425246936 dot git dot fweimer at redhat dot com> <c3bb2064d9b6b4cfe0102b2b4af595da01153cbe dot 1425246936 dot git dot fweimer at redhat dot com>
On 03/01/2015 03:42 PM, Florian Weimer wrote:
> This avoids preprocessor conditionals in function declarations.
> ---
> stdio-common/vfprintf.c | 23 +++++------------------
> 1 file changed, 5 insertions(+), 18 deletions(-)
OK.
c.