diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2006-03-16 20:27:27 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2006-03-16 20:27:27 (GMT) |
commit | 4e6b22e04de256579d9472bd6bbc6c6a3d6c1bd1 (patch) | |
tree | 3d516e66dc5993158d9a604716df3ed5a3e1df2a /src | |
parent | f533416713b0cb6aeb55abed8152a0464c16c183 (diff) | |
download | hdf5-4e6b22e04de256579d9472bd6bbc6c6a3d6c1bd1.zip hdf5-4e6b22e04de256579d9472bd6bbc6c6a3d6c1bd1.tar.gz hdf5-4e6b22e04de256579d9472bd6bbc6c6a3d6c1bd1.tar.bz2 |
[svn-r12107] Purpose: Minor change
Description: Changed macro from VMS to H5_VMS.
Platforms tested: no test needed.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Tconv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Tconv.c b/src/H5Tconv.c index 436a8e7..c05b3c1 100644 --- a/src/H5Tconv.c +++ b/src/H5Tconv.c @@ -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 |