summaryrefslogtreecommitdiffstats
path: root/src/H5Eprivate.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-01-03 18:25:16 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-01-03 18:25:16 (GMT)
commit3494014c728bde2666eaba74f6f5b25fe7e0f1c2 (patch)
treeeae09c13179a050b730fd8ab35e58aaf6387e815 /src/H5Eprivate.h
parenta4f5705d1cbf89191246dcc37d3e6f26f4002a02 (diff)
downloadhdf5-3494014c728bde2666eaba74f6f5b25fe7e0f1c2.zip
hdf5-3494014c728bde2666eaba74f6f5b25fe7e0f1c2.tar.gz
hdf5-3494014c728bde2666eaba74f6f5b25fe7e0f1c2.tar.bz2
[svn-r6229] Purpose:
Minor fix Description: By mistake, the MPI_Error handling macros were inserted outside the overall macro bracket. Moved them back inside the bracket. Platforms tested: Tested h5committest {arabica (fortran), eirene (fortran, C++) modi4 (parallel, fortran)}? Yep.
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r--src/H5Eprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h
index 041104e..75360f3 100644
--- a/src/H5Eprivate.h
+++ b/src/H5Eprivate.h
@@ -132,7 +132,6 @@ H5_DLL herr_t H5E_push (H5E_major_t maj_num, H5E_minor_t min_num,
H5_DLL herr_t H5E_clear (void);
H5_DLL herr_t H5E_walk (H5E_direction_t dir, H5E_walk_t func,
void *client_data);
-#endif
#ifdef H5_HAVE_PARALLEL
/*
@@ -159,3 +158,5 @@ extern int H5E_mpi_error_str_len;
HRETURN_ERROR(H5E_INTERNAL, H5E_MPI, retcode, str); \
}
#endif
+
+#endif