On 27 Nov 2016 08:31, Paul Eggert wrote: > Mike Frysinger wrote: > > Use features.h for the start/end brackets of C code, and switch to using > > __USE_GNU/__USE_XOPEN rather than parsing the symbols directly. > > Doesn't this match fnmatch.h unnecessarily harder to share with Gnulib? gnulib already has this problem (and deals with it) with glob.h and regex.h. maybe it's time to create a new internal gnulib module to unify that ? -mike