diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-14 03:40:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-14 03:40:20 (GMT) |
commit | 4550f4ad54bc64c5ed9624d34fb6a68ce173af8b (patch) | |
tree | 90c27a62bc230d6a32ebdf9c274df8d253faca66 | |
parent | 0b1bb5bda1296bb89d48c7542883ea25a5fb2174 (diff) | |
download | hdf5-4550f4ad54bc64c5ed9624d34fb6a68ce173af8b.zip hdf5-4550f4ad54bc64c5ed9624d34fb6a68ce173af8b.tar.gz hdf5-4550f4ad54bc64c5ed9624d34fb6a68ce173af8b.tar.bz2 |
[svn-r12908] Description:
Replace "//" style comment with "/* */" style comment to fix build on
FreeBSD 4.11 (sleipnir)
Tested on:
FreeBSD/32 4.11 (sleipnir)
Linux/32 2.4 (heping)
Linux/64 2.4 (mir)
-rw-r--r-- | src/H5Tcommit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c index 77ffe35..f8a13fa 100644 --- a/src/H5Tcommit.c +++ b/src/H5Tcommit.c @@ -135,7 +135,7 @@ done: * before it was committed. */ if(TRUE == uncommit) { #ifdef JAMES - // JAMES: I'm not convinced that this really works anyway + /* JAMES: I'm not convinced that this really works anyway */ if(type->shared->state == H5T_STATE_OPEN && type->sh_loc.flags & H5O_COMMITTED_FLAG)) { /* Remove the datatype from the list of opened objects in the file */ if(H5FO_top_decr(type->oloc.file, type->oloc.addr) < 0) |