This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3 01/18] Parameterize op_t from memcopy.h
On Wed, 10 Jan 2018, Adhemerval Zanella wrote:
> +#ifdef _LONG_LONG_LIMB
> +typedef unsigned long long int __attribute__((__may_alias__)) op_t;
> +#else
> +typedef unsigned long int __attribute__((__may_alias__)) op_t;
> +#endif
Missing space between __attribute__ and '('.
> +#if defined __GMP_H__ && ! defined _LONG_LONG_LIMB
> +#error "Included too late for _LONG_LONG_LIMB to take effect"
> +#endif
Missing preprocessor indentation, "# error".
--
Joseph S. Myers
joseph@codesourcery.com