summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-07-31 17:26:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-07-31 17:26:37 (GMT)
commitf972e20383a17f2d72d14a951f9bee8933c1ab4f (patch)
tree2c90d9f2369ba8e5113ec5049b506da2c6992e55 /src/H5P.c
parentff2e3ab9e9e4d2ef477d6d541354fd0b8caf1d38 (diff)
downloadhdf5-f972e20383a17f2d72d14a951f9bee8933c1ab4f.zip
hdf5-f972e20383a17f2d72d14a951f9bee8933c1ab4f.tar.gz
hdf5-f972e20383a17f2d72d14a951f9bee8933c1ab4f.tar.bz2
[svn-r4286] 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 deccc0e..79c1e71 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -2650,7 +2650,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 */