Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/src tuck in k_sincosl.h include inside __HAVE_LONG_...



details:   https://anonhg.NetBSD.org/src/rev/830aa9723227
branches:  trunk
changeset: 369667:830aa9723227
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Aug 27 17:15:52 2022 +0000

description:
tuck in k_sincosl.h include inside __HAVE_LONG_DOUBLE

diffstat:

 lib/libm/src/s_sincosl.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r b480937311e8 -r 830aa9723227 lib/libm/src/s_sincosl.c
--- a/lib/libm/src/s_sincosl.c  Sat Aug 27 14:07:26 2022 +0000
+++ b/lib/libm/src/s_sincosl.c  Sat Aug 27 17:15:52 2022 +0000
@@ -31,7 +31,7 @@
 __FBSDID("$FreeBSD: head/lib/msun/src/s_sincosl.c 319047 2017-05-28 06:13:38Z mmel $");
 #endif
 #if defined(LIBM_SCCS) && !defined(lint)
-__RCSID("$NetBSD: s_sincosl.c,v 1.1 2022/08/27 08:31:59 christos Exp $");
+__RCSID("$NetBSD: s_sincosl.c,v 1.2 2022/08/27 17:15:52 christos Exp $");
 #endif
 
 #include "namespace.h"
@@ -42,9 +42,11 @@
 
 #include "math.h"
 #include "math_private.h"
+
+#ifdef __HAVE_LONG_DOUBLE
+
 #include "k_sincosl.h"
 
-#ifdef __HAVE_LONG_DOUBLE
 #if LDBL_MANT_DIG == 64
 #include "../ld80/e_rem_pio2l.h"
 #elif LDBL_MANT_DIG == 113



Home | Main Index | Thread Index | Old Index