diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2013-10-31 05:18:51 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2013-10-31 05:18:51 (GMT) |
commit | d6b116be67151d94428c588db29489b64187398f (patch) | |
tree | b554a666ac6c28ef8ea00f20d08191a81a969a51 /bin | |
parent | 403d36479ac50b104713c1e38c9e112355569829 (diff) | |
download | hdf5-d6b116be67151d94428c588db29489b64187398f.zip hdf5-d6b116be67151d94428c588db29489b64187398f.tar.gz hdf5-d6b116be67151d94428c588db29489b64187398f.tar.bz2 |
[svn-r24377] - Added uint32_t to the list of traceable types.
- Fixed a couple of commenting typos in configure.ac.
Tested on: 32-bit LE linux (jam) w/ parallel and Fortran
These are minor changes, hence the limited testing.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/trace | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ $Source = ""; "int32_t" => "Is", "unsigned" => "Iu", "unsigned int" => "Iu", + "uint32_t" => "Iu", "H5I_type_t" => "It", "H5G_link_t" => "Ll", #Same as H5L_type_t now "H5L_type_t" => "Ll", |