diff options
| author | aymeric <aymeric@NetBSD.org> | 2001-05-26 16:49:58 +0000 |
|---|---|---|
| committer | aymeric <aymeric@NetBSD.org> | 2001-05-26 16:49:58 +0000 |
| commit | 839708d0cf28ea3bf348de80dd52da40a0649e09 (patch) | |
| tree | 20251bd59888053c295a040b9f3951ca69523c6c /lib/libm/src | |
| parent | 118ddca24ae63257378babf26b0de8d3ec7eda97 (diff) | |
revert previous (obviously wrong) change
Diffstat (limited to 'lib/libm/src')
| -rw-r--r-- | lib/libm/src/k_standard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/src/k_standard.c b/lib/libm/src/k_standard.c index c543cbbd5b4..30de57eef64 100644 --- a/lib/libm/src/k_standard.c +++ b/lib/libm/src/k_standard.c @@ -12,7 +12,7 @@ #include <sys/cdefs.h> #if defined(LIBM_SCCS) && !defined(lint) -__RCSID("$NetBSD: k_standard.c,v 1.9 2001/05/22 08:31:27 aymeric Exp $"); +__RCSID("$NetBSD: k_standard.c,v 1.10 2001/05/26 16:49:58 aymeric Exp $"); #endif #include "math.h" @@ -97,7 +97,7 @@ static double zero = 0.0; /* used as const */ SET_HIGH_WORD(inf,0x7ff00000); /* set inf to infinite */ #endif -#ifndef _USE_WRITE +#ifdef _USE_WRITE (void) fflush(stdout); #endif exc.arg1 = x; |
