summaryrefslogtreecommitdiffstats
path: root/test/dt_arith.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-09-13 03:20:41 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-09-13 03:20:41 (GMT)
commit8d2783a2e099dc596dd9e798507e4cf69ce3b09e (patch)
tree5ab7d02d953ea830b4764d473797a9f3ffd4853c /test/dt_arith.c
parentb379a469c0978b454d0ab7e9de87b94b69706520 (diff)
downloadhdf5-8d2783a2e099dc596dd9e798507e4cf69ce3b09e.zip
hdf5-8d2783a2e099dc596dd9e798507e4cf69ce3b09e.tar.gz
hdf5-8d2783a2e099dc596dd9e798507e4cf69ce3b09e.tar.bz2
[svn-r11403] Purpose: Maintenance
Description: Brought back changes from SX-6. Solution: Tests will not compile. Fixed. Platforms tested: SX-6, heping and mir with new g95 Misc. update:
Diffstat (limited to 'test/dt_arith.c')
-rw-r--r--test/dt_arith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index f13bba8..7b025a5 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -3105,7 +3105,7 @@ test_conv_flt_1 (const char *name, int run_test, hid_t src, hid_t dst)
continue; /* all overflowed, no error */
check_mant[0] = HDfrexp(x, check_expo+0);
check_mant[1] = HDfrexp(hw_d, check_expo+1);
-#if H5_SIZEOF_LONG_DOUBLE!=H5_SIZEOF_DOUBLE
+#if H5_SIZEOF_LONG_DOUBLE !=0 && (H5_SIZEOF_LONG_DOUBLE!=H5_SIZEOF_DOUBLE)
} else {
long double x;
HDmemcpy(&x, &buf[j*dst_size], sizeof(long double));