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