[PATCH 09/17] Regex: Add undefs of various routines and macros.
Florian Weimer
fweimer@redhat.com
Fri Dec 8 09:33:00 GMT 2017
On 12/08/2017 10:16 AM, Arnold Robbins wrote:
> +# ifdef inline
> +# undef inline
> +# endif
> +# define inline
Indentation is off. This also applies to the other patch hunk.
These macro manipulations could break system headers, and it seems that
at least <stdint.h> is included after them, so maybe the include order
needs changing.
Thanks,
Florian
More information about the Libc-alpha
mailing list