summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-05-31 15:37:17 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-05-31 15:37:17 (GMT)
commit1187820c3bbd2fb21c3ca971e09e2df9317340d5 (patch)
tree8ea89b4a2e484f775d3193d8299a483ee851742f /src/H5.c
parentcf0c06c96228f2b04305bb05d582f42741e81268 (diff)
downloadhdf5-1187820c3bbd2fb21c3ca971e09e2df9317340d5.zip
hdf5-1187820c3bbd2fb21c3ca971e09e2df9317340d5.tar.gz
hdf5-1187820c3bbd2fb21c3ca971e09e2df9317340d5.tar.bz2
[svn-r23721] I used H5_VMS macro to comment out the code for dynamic filter since we don't plan to support it on OpenVMS. I updated vms/src/h5pubconf.h, too.
Tested on jam but not on OpenVMS yet.
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5.c b/src/H5.c
index f4a8217..1c6cae1 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -267,7 +267,9 @@ H5_term_library(void)
pending += DOWN(Z);
pending += DOWN(FD);
pending += DOWN(P);
+#ifndef H5_VMS
pending += DOWN(PL);
+#endif /*H5_VMS*/
/* Don't shut down the error code until other APIs which use it are shut down */
if(pending == 0)
pending += DOWN(E);