diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-09 22:27:54 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-09 22:27:54 (GMT) |
commit | cd3d499e7324ce7757bae41158878a460041bc3f (patch) | |
tree | 187a144523aa665548d58523b6cf452e32211962 /src/H5config.h.in | |
parent | f88a20544b777706fe8f84e24c924de0d97f0f6c (diff) | |
download | hdf5-cd3d499e7324ce7757bae41158878a460041bc3f.zip hdf5-cd3d499e7324ce7757bae41158878a460041bc3f.tar.gz hdf5-cd3d499e7324ce7757bae41158878a460041bc3f.tar.bz2 |
[svn-r27730] Merge r26618 from trunk
Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working
around bugs in the Cray X1 compiler and is no longer supported.
Tested on: h5committest
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 9caa309..0b74f0c 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -37,10 +37,6 @@ /* As FC_FUNC, but for C identifiers containing underscores. */ #undef FC_FUNC_ -/* Define if your system can handle overflow converting floating-point to - integer values. */ -#undef FP_TO_INTEGER_OVERFLOW_WORKS - /* Define to 1 if you have the `alarm' function. */ #undef HAVE_ALARM |