diff options
| author | hypnotoad <yoda@etoyoc.com> | 2016-09-14 13:38:30 (GMT) |
|---|---|---|
| committer | hypnotoad <yoda@etoyoc.com> | 2016-09-14 13:38:30 (GMT) |
| commit | 3c85e6e0ef5152bc7267d7d7c5f8c456335b137f (patch) | |
| tree | f3900e225e1705096c592510898296094c1417ba /unix/tclUnixInit.c | |
| parent | 58ab27bf86284012b5dba6df12a30f10ecee6491 (diff) | |
| parent | db811061d46dcd891e3434f509e28c578b603f17 (diff) | |
| download | tcl-3c85e6e0ef5152bc7267d7d7c5f8c456335b137f.zip tcl-3c85e6e0ef5152bc7267d7d7c5f8c456335b137f.tar.gz tcl-3c85e6e0ef5152bc7267d7d7c5f8c456335b137f.tar.bz2 | |
Pulling changes from trunk
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 57215f1..91fb986 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -391,14 +391,6 @@ TclpInitPlatform(void) #endif /* SIGPIPE */ #if defined(__FreeBSD__) && defined(__GNUC__) - /* - * Adjust the rounding mode to be more conventional. Note that FreeBSD - * only provides the __fpsetreg() used by the following two for the GNU - * Compiler. When using, say, Intel's icc they break. (Partially based on - * patch in BSD ports system from root@celsius.bychok.com) - */ - - fpsetround(FP_RN); (void) fpsetmask(0L); #endif |
