summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-03-10 13:31:52 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-03-10 13:31:52 (GMT)
commit3d85420836d3b2147e242e352526faa56b00cbe2 (patch)
treeb7a403fd605d458d2fd5d8968f0789b7f82afb6e /c++
parentda141df173b83ab674729af023c8310c68a02edd (diff)
downloadhdf5-3d85420836d3b2147e242e352526faa56b00cbe2.zip
hdf5-3d85420836d3b2147e242e352526faa56b00cbe2.tar.gz
hdf5-3d85420836d3b2147e242e352526faa56b00cbe2.tar.bz2
[svn-r12074] Purpose: Typo fix
Description: There was no macro name in ifdef statement (it was commented out ;-)) Solution: Fixed the typo Platforms tested: tested on heping with g++ Misc. update:
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5IdComponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5IdComponent.cpp b/c++/src/H5IdComponent.cpp
index f5eb34e..3063d6b 100644
--- a/c++/src/H5IdComponent.cpp
+++ b/c++/src/H5IdComponent.cpp
@@ -18,7 +18,7 @@
#ifndef H5_NO_NAMESPACE
#ifndef H5_NO_STD
using std::string;
-#ifdef /*H5_VMS*/
+#ifdef H5_VMS
using std::count;
#endif /*H5_VMS*/
#endif // H5_NO_STD