Make a bit of FreeBSD-specific code a bit more specific => i386 only.

This commit is contained in:
jb 1998-05-13 22:55:44 +00:00
parent 1e557ad96e
commit 74780e6b04

View File

@ -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