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

This commit is contained in:
John Birrell 1998-05-13 22:55:44 +00:00
parent d788c4fb65
commit f7de97bc00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36027

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