summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2001-01-03 23:36:30 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2001-01-03 23:36:30 (GMT)
commit01840369e25bc3c8fc4d5a6fcad5cfa267feb13b (patch)
tree2d0b91bff0f476a07a6a4724e1675f2a162a7a24 /src
parentaf7a2fa62908aec1fc4956abdfdc647259489ab7 (diff)
downloadhdf5-01840369e25bc3c8fc4d5a6fcad5cfa267feb13b.zip
hdf5-01840369e25bc3c8fc4d5a6fcad5cfa267feb13b.tar.gz
hdf5-01840369e25bc3c8fc4d5a6fcad5cfa267feb13b.tar.bz2
[svn-r3232]
Purpose: a bug fix Description: Get rid of warning information for comments on windows(**/* */) Solution: add a space between ** and /*. Now it is ** /* Platforms tested: windows 2000
Diffstat (limited to 'src')
-rw-r--r--src/H5Fprivate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index b9e5876..c4adb85 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -359,10 +359,10 @@ __DLL__ herr_t H5F_istore_dump_btree(H5F_t *f, FILE *stream, int ndims,
__DLL__ void * H5F_istore_chunk_free(void *chunk);
/* Address-related functions */
-__DLL__ void H5F_addr_encode(H5F_t *, uint8_t**/*in,out*/, haddr_t);
-__DLL__ void H5F_addr_decode(H5F_t *, const uint8_t**/*in,out*/,
- haddr_t*/*out*/);
-__DLL__ herr_t H5F_addr_pack(H5F_t UNUSED *f, haddr_t *addr_p/*out*/,
+__DLL__ void H5F_addr_encode(H5F_t *, uint8_t** /*in,out*/, haddr_t);
+__DLL__ void H5F_addr_decode(H5F_t *, const uint8_t** /*in,out*/,
+ haddr_t* /*out*/);
+__DLL__ herr_t H5F_addr_pack(H5F_t UNUSED *f, haddr_t *addr_p /*out*/,
const unsigned long objno[2]);
#endif