From 4e6b22e04de256579d9472bd6bbc6c6a3d6c1bd1 Mon Sep 17 00:00:00 2001
From: Raymond Lu <songyulu@hdfgroup.org>
Date: Thu, 16 Mar 2006 15:27:27 -0500
Subject: [svn-r12107] Purpose: Minor change

Description: Changed macro from VMS to H5_VMS.


Platforms tested: no test needed.
---
 src/H5Tconv.c | 6 +++---
 1 file 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
-- 
cgit v0.12