diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-13 22:55:44 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-13 22:55:44 +0000 |
| commit | f7de97bc005c3c0ca33ba3dba2331b202950ae8b (patch) | |
| tree | 422954e991e2345c0a3288fe7bdaa74cc6365d94 | |
| parent | d788c4fb6565506f1668eac492e001b146d02570 (diff) | |
Notes
| -rw-r--r-- | contrib/tcl/unix/tclUnixInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcl/unix/tclUnixInit.c b/contrib/tcl/unix/tclUnixInit.c index 91d866f0b7f9..b6ef5943a641 100644 --- a/contrib/tcl/unix/tclUnixInit.c +++ b/contrib/tcl/unix/tclUnixInit.c @@ -213,7 +213,7 @@ TclPlatformInit(interp) (void) signal(SIGPIPE, SIG_IGN); #endif /* SIGPIPE */ -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) && defined(i386) fpsetround(FP_RN); fpsetmask(0L); #endif |
