summaryrefslogtreecommitdiffstats
path: root/test/dt_arith.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-10 10:38:47 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-10 10:38:47 (GMT)
commitf1c17f305426190dc7027bc63fcb4d28b90ba89d (patch)
tree01dae80fe3aa79a3ee945e1390c1a1e9d7c8cf7c /test/dt_arith.c
parent868cb97660cd668f3ff58c8935c74979ce404ce0 (diff)
downloadhdf5-f1c17f305426190dc7027bc63fcb4d28b90ba89d.zip
hdf5-f1c17f305426190dc7027bc63fcb4d28b90ba89d.tar.gz
hdf5-f1c17f305426190dc7027bc63fcb4d28b90ba89d.tar.bz2
[svn-r27741] Merge of r26606 from the trunk
Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing Windows .NET 2003 compiler issues. Fixes HDFFV-9189. Tested on: jam (minor change that has baked in the trunk for months)
Diffstat (limited to 'test/dt_arith.c')
-rw-r--r--test/dt_arith.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index c857b72..da3d49b 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -5013,12 +5013,8 @@ run_fp_int_conv(const char *name)
#if H5_SIZEOF_LONG_LONG!=H5_SIZEOF_LONG
if(!strcmp(name, "hw")) { /* Hardware conversion */
- /* Windows .NET 2003 doesn't work for hardware conversion of this case.
- * .NET should define this macro H5_HW_FP_TO_LLONG_NOT_WORKS. */
-#ifndef H5_HW_FP_TO_LLONG_NOT_WORKS
nerrors += test_conv_int_fp(name, test_values, H5T_NATIVE_FLOAT, H5T_NATIVE_LLONG);
nerrors += test_conv_int_fp(name, test_values, H5T_NATIVE_DOUBLE, H5T_NATIVE_LLONG);
-#endif /*H5_HW_FP_TO_LLONG_NOT_WORKS*/
} else { /* Software conversion */
nerrors += test_conv_int_fp(name, test_values, H5T_NATIVE_FLOAT, H5T_NATIVE_LLONG);
nerrors += test_conv_int_fp(name, test_values, H5T_NATIVE_DOUBLE, H5T_NATIVE_LLONG);