Make a bit of FreeBSD-specific code a bit more specific => i386 only.
This commit is contained in:
parent
1e557ad96e
commit
74780e6b04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user