bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] Merge glibc ieee128 ldbl redirect support into cdefs.h


From: Paul Eggert
Subject: Re: [PATCH] Merge glibc ieee128 ldbl redirect support into cdefs.h
Date: Wed, 6 Jan 2021 11:26:58 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

On 1/6/21 10:06 AM, Paul Eggert wrote:

These fallbacks could be concentrated in libc-config.h, rather than
duplicating them in argp, fnmatch, glob, regex, obstack, etc.

It would be helpful if we arranged for argp etc. to use libc-config.h and so removed the need for those fallbacks in argp.h etc.; that would decrease the distance between them and glibc.  This is true regardless of whether the fallbacks are in libc-config.h or in cdefs.h. I'll take a look into doing that.

I took a look at glob and found it was already using libc-config.h.

Looking at one glob file, glob-libc.h could be merged with glibc glob.h by installing the attached. The only real change in this patch is changing __GLOB_GNULIB to __BEGIN_DECLS. This patch reverts to glibc whitespace conventions to simplify merging, so I thought I'd post it here before installing, in case someone really cares about whitespace.

Attachment: glob.diff
Description: Text Data


reply via email to

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