On Saturday, November 20, 2010 17:50:44 Bruno Haible wrote:
> Mike Frysinger wrote:
> > --- a/lib/printf-parse.h
> > +++ b/lib/printf-parse.h
> > @@ -25,6 +25,9 @@
> >
> > #include "printf-args.h"
> >
> > +#ifdef HAVE_FEATURES_H
> > +# include /* for __GLIBC__ */
> > +#endif
> >
> > /* Fl
Mike Frysinger wrote:
> --- a/lib/printf-parse.h
> +++ b/lib/printf-parse.h
> @@ -25,6 +25,9 @@
>
> #include "printf-args.h"
>
> +#ifdef HAVE_FEATURES_H
> +# include/* for __GLIBC__ */
> +#endif
>
> /* Flags */
> #define FLAG_GROUP 1 /* ' flag */
The same problem - __GL
Mike Frysinger wrote:
> > > --- a/lib/printf-parse.h
> > > +++ b/lib/printf-parse.h
> > > @@ -25,6 +25,9 @@
> > >
> > > #include "printf-args.h"
> > >
> > > +#ifdef HAVE_FEATURES_H
> > > +# include/* for __GLIBC__ */
> > > +#endif
> > >
> > > /* Flags */
> > > #define FLAG_GROUP 1
On Thursday, November 18, 2010 19:40:34 Bruno Haible wrote:
> > --- a/lib/printf-parse.h
> > +++ b/lib/printf-parse.h
> > @@ -25,6 +25,9 @@
> >
> > #include "printf-args.h"
> >
> > +#ifdef HAVE_FEATURES_H
> > +# include /* for __GLIBC__ */
> > +#endif
> >
> > /* Flags */
> > #define FLAG
Hi Mike,
> --- a/lib/printf-parse.h
> +++ b/lib/printf-parse.h
> @@ -25,6 +25,9 @@
>
> #include "printf-args.h"
>
> +#ifdef HAVE_FEATURES_H
> +# include/* for __GLIBC__ */
> +#endif
>
> /* Flags */
> #define FLAG_GROUP 1 /* ' flag */
Why should this be needed? printf-a