Re: tweak recommendation for regex.h

2010-05-24 Thread Jim Meyering
Bruno Haible wrote: > gnulib-tool told me: > You may need to add #include directives for the following .h files. > #include "regex.h" > > But since regex.h is specify by POSIX, the include should normally written as > #include > > Any objections to this patch? ... > -"regex.h" > + Go fo

tweak recommendation for regex.h

2010-05-24 Thread Bruno Haible
gnulib-tool told me: You may need to add #include directives for the following .h files. #include "regex.h" But since regex.h is specify by POSIX, the include should normally written as #include Any objections to this patch? --- modules/regex.orig Mon May 24 12:01:29 2010 +++ module