summaryrefslogtreecommitdiffstats
path: root/src/H5Tdeprec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tdeprec.c')
-rw-r--r--src/H5Tdeprec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Tdeprec.c b/src/H5Tdeprec.c
index 6b30c55..64386b1 100644
--- a/src/H5Tdeprec.c
+++ b/src/H5Tdeprec.c
@@ -47,6 +47,7 @@
#include "H5Tpkg.h" /* Datatypes */
+#ifndef H5_NO_DEPRECATED_SYMBOLS
/****************/
/* Local Macros */
/****************/
@@ -224,4 +225,5 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Topen1() */
+#endif /* H5_NO_DEPRECATED_SYMBOLS */