summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5.c b/src/H5.c
index b1ceb71..8826879 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -301,9 +301,8 @@ 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);