summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-07-31 17:24:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-07-31 17:24:56 (GMT)
commitce28d2097679bd37bec62ef59538692f6ef95be4 (patch)
treec05fc74819c5874276f892d58989d983f0557291 /src/H5P.c
parent657ff95e968aa127e3145098a9731332819ac71e (diff)
downloadhdf5-ce28d2097679bd37bec62ef59538692f6ef95be4.zip
hdf5-ce28d2097679bd37bec62ef59538692f6ef95be4.tar.gz
hdf5-ce28d2097679bd37bec62ef59538692f6ef95be4.tar.bz2
[svn-r4285] Purpose:
Bug Fix Description: Header file is using incorrect macro for detecting parallel I/O when backward compability is turned on. Solution: Fix header files to define prototypes for parallel I/O property list functions when compiled with v1.2 backward compatibility turned on. Platforms tested: Eyeballed... (Elena will be testing shortly)
Diffstat (limited to 'src/H5P.c')
-rw-r--r--src/H5P.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5P.c b/src/H5P.c
index 45aaa8b..5e482e3 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -2660,7 +2660,7 @@ H5Pget_xfer(hid_t plist_id, H5D_transfer_t *data_xfer_mode)
FUNC_LEAVE (SUCCEED);
}
-#endif /*HAVE_PARALLEL*/
+#endif /* HAVE_PARALLEL */
#endif /* WANT_H5_V1_2_COMPAT */