diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-21 18:24:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-21 18:24:28 (GMT) |
commit | 28f555604c12561c4bbde4c83283c6651638ce6b (patch) | |
tree | 9437dcf1472653735b63df1239d65747c9cf0e06 /src/hdf5.lnt | |
parent | 942db9322725b3d73ecc1db1892fe12752b06519 (diff) | |
download | hdf5-28f555604c12561c4bbde4c83283c6651638ce6b.zip hdf5-28f555604c12561c4bbde4c83283c6651638ce6b.tar.gz hdf5-28f555604c12561c4bbde4c83283c6651638ce6b.tar.bz2 |
[svn-r7387] Purpose:
Code cleanup
Description:
More de-linting
Platforms tested:
FreeBSD 4.8 (sleipnir)
too small to need h5committest
Diffstat (limited to 'src/hdf5.lnt')
-rwxr-xr-x | src/hdf5.lnt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hdf5.lnt b/src/hdf5.lnt index 0dccf10..eb433bd 100755 --- a/src/hdf5.lnt +++ b/src/hdf5.lnt @@ -80,6 +80,7 @@ H5FD.c H5FDcore.c H5FDfamily.c + H5FDlog.c H5V.c H5Z.c @@ -87,4 +88,9 @@ H5Zfletcher32.c H5Zshuffle.c 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: + H5FDfphdf5.c + H5FDgass.c */ |