diff options
author | Kevin B Kenny <kennykb@acm.org> | 2011-04-02 22:07:58 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2011-04-02 22:07:58 (GMT) |
commit | da139004d6c4d600d6b8962301a5c0e38d47ff59 (patch) | |
tree | 820438bd680192a6a6a2c1541c0886cf362234ff /unix | |
parent | 9236dbe123060367826c396b451afbbf06a0e4b4 (diff) | |
parent | a52adf6f4da63486cacc0d10c10d297ab6d449ff (diff) | |
download | tcl-da139004d6c4d600d6b8962301a5c0e38d47ff59.zip tcl-da139004d6c4d600d6b8962301a5c0e38d47ff59.tar.gz tcl-da139004d6c4d600d6b8962301a5c0e38d47ff59.tar.bz2 |
Replaced another couple of 'double' declarations with 'volatile
double' to work around misrounding issues in mingw-gcc 3.4.5.
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/ldAix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# +# # ldAix ldCmd ldArg ldArg ... # # This shell script provides a wrapper for ld under AIX in order to |