diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-26 15:03:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-26 15:03:03 (GMT) |
commit | 7e9c4449d4a78e756f6935ef828bc440224a86ab (patch) | |
tree | ef5c939922e2c1e227b32498d92f0eb3ff962ac5 /src/hdf5.lnt | |
parent | c1b11ba3c438403b996998671bc1119a62be6995 (diff) | |
download | hdf5-7e9c4449d4a78e756f6935ef828bc440224a86ab.zip hdf5-7e9c4449d4a78e756f6935ef828bc440224a86ab.tar.gz hdf5-7e9c4449d4a78e756f6935ef828bc440224a86ab.tar.bz2 |
[svn-r7411] Purpose:
Code cleanup
Description:
De-linted more modules
Platforms tested:
FreeBSD 4.8 (sleipnir) w/ & w/o stream enabled
too minor to require h5committest
Diffstat (limited to 'src/hdf5.lnt')
-rwxr-xr-x | src/hdf5.lnt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hdf5.lnt b/src/hdf5.lnt index d49f483..dbf31f8 100755 --- a/src/hdf5.lnt +++ b/src/hdf5.lnt @@ -87,6 +87,7 @@ H5FDlog.c H5FDmulti.c H5FDsec2.c + H5FDstdio.c H5V.c H5Z.c @@ -96,10 +97,12 @@ H5Zszip.c The following files have had their FUNC_ENTER, FUNC_LEAVE & HGOTO* - macros cleaned up and the PABLO_MASK adjusted, but have not been linted: + macros cleaned up and the PABLO_MASK adjusted, but have not been linted + due to their dependencies on features that we don't support on Windows: H5FDfphdf5.c H5FDgass.c H5FDmpio.c H5FDmpiposix.c H5FDsrb.c + H5FDstream.c */ |