mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r12107] Purpose: Minor change
Description: Changed macro from VMS to H5_VMS. Platforms tested: no test needed.
This commit is contained in:
parent
f533416713
commit
4e6b22e04d
@ -3790,9 +3790,9 @@ H5T_conv_f_f (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts,
|
||||
HGOTO_ERROR(H5E_DATATYPE, H5E_CANTCONVERT, FAIL, "can't handle conversion exception")
|
||||
|
||||
goto padding;
|
||||
#ifdef VMS
|
||||
#ifdef H5_VMS
|
||||
} /*Temporary solution to handle VAX special values*/
|
||||
#else /*VMS*/
|
||||
#else /*H5_VMS*/
|
||||
} else if (H5T_bit_find (s, src.u.f.epos, src.u.f.esize,
|
||||
H5T_BIT_LSB, FALSE)<0) {
|
||||
/* NaN */
|
||||
@ -3818,7 +3818,7 @@ H5T_conv_f_f (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts,
|
||||
|
||||
goto padding;
|
||||
}
|
||||
#endif /*VMS*/
|
||||
#endif /*H5_VMS*/
|
||||
|
||||
/*
|
||||
* Get the exponent as an unsigned quantity from the section of
|
||||
|
Loading…
Reference in New Issue
Block a user