From 4550f4ad54bc64c5ed9624d34fb6a68ce173af8b Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 13 Nov 2006 22:40:20 -0500 Subject: [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) --- src/H5Tcommit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12