summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-27 21:37:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-27 21:37:15 (GMT)
commitfe01716dbc8443764542777d22b1252716293884 (patch)
tree578cc7cc31707090778856d2033f8bd80d148a85 /src/H5T.c
parentd4e0d3020ea03f71a3b2c289cacaf6ec5deb4b9a (diff)
downloadhdf5-fe01716dbc8443764542777d22b1252716293884.zip
hdf5-fe01716dbc8443764542777d22b1252716293884.tar.gz
hdf5-fe01716dbc8443764542777d22b1252716293884.tar.bz2
[svn-r26628] Description:
Bring r26591 from trunk to 1.8 branch: Bring r26492 from autotools_rework branch back to trunk: Remove the FP_TO_ULLONG_ACCURATE and FP_TO_ULLONG_RIGHT_MAXIMUM macros/defines, which were added to address problems with older PGI compilers and HP-UX systems and are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel) (Daily tested for 2+ days on trunk)
Diffstat (limited to 'src/H5T.c')
-rw-r--r--src/H5T.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5T.c b/src/H5T.c
index 5cad9a8..01911e1 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -1293,10 +1293,8 @@ H5T_init_interface(void)
#endif /* H5T_CONV_INTERNAL_LDOUBLE_LLONG */
/* From floats to unsigned long long */
-#if H5T_CONV_INTERNAL_FP_ULLONG
status |= H5T_register(H5T_PERS_HARD, "flt_ullong", native_float, native_ullong, H5T__conv_float_ullong, H5AC_dxpl_id, FALSE);
status |= H5T_register(H5T_PERS_HARD, "dbl_ullong", native_double, native_ullong, H5T__conv_double_ullong, H5AC_dxpl_id, FALSE);
-#endif /* H5T_CONV_INTERNAL_FP_ULLONG */
#if H5T_CONV_INTERNAL_LDOUBLE_ULLONG
status |= H5T_register(H5T_PERS_HARD, "ldbl_ullong", native_ldouble, native_ullong, H5T__conv_ldouble_ullong, H5AC_dxpl_id, FALSE);
#endif /* H5T_CONV_INTERNAL_LDOUBLE_ULLONG */