This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Also create and use ldbl-compat-choose.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]