On 04/25/2017 03:38 PM, Joseph Myers wrote:
> diff --git a/scripts/versions.awk b/scripts/versions.awk
> index df08d06..6c96da2 100644
> --- a/scripts/versions.awk
> +++ b/scripts/versions.awk
> + printf("#if LONG_DOUBLE_COMPAT (%s, %s)\n", oldlib, ver_val) > ldbl_compat_header;
This line is overly long.
Looks okay otherwise.
Thanks,
Florian