Source-Changes-HG archive

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

[src/trunk]: src/lib/libm/noieee_src comment out unused variable.



details:   https://anonhg.NetBSD.org/src/rev/17e643d11373
branches:  trunk
changeset: 320945:17e643d11373
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 05 23:00:55 2018 +0000

description:
comment out unused variable.

diffstat:

 lib/libm/noieee_src/n_jn.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 023ced9bdc6b -r 17e643d11373 lib/libm/noieee_src/n_jn.c
--- a/lib/libm/noieee_src/n_jn.c        Mon Mar 05 21:14:34 2018 +0000
+++ b/lib/libm/noieee_src/n_jn.c        Mon Mar 05 23:00:55 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: n_jn.c,v 1.7 2011/11/02 02:34:56 christos Exp $        */
+/*     $NetBSD: n_jn.c,v 1.8 2018/03/05 23:00:55 christos Exp $        */
 /*-
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -102,7 +102,9 @@
 #endif
 
 static const double
+#if _IEEE
 invsqrtpi= 5.641895835477562869480794515607725858441e-0001,
+#endif
 two  = 2.0,
 zero = 0.0,
 one  = 1.0;



Home | Main Index | Thread Index | Old Index