diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-29 21:03:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-29 21:03:52 (GMT) |
commit | eb0f44eee9ed6d6db2c9fe546976d15fa00202d6 (patch) | |
tree | eac256852bb7bcc28c810d83cbf23b45f9220026 /bin | |
parent | 1e6d66909c4d3ff327193460b645113422ad4c29 (diff) | |
download | hdf5-eb0f44eee9ed6d6db2c9fe546976d15fa00202d6.zip hdf5-eb0f44eee9ed6d6db2c9fe546976d15fa00202d6.tar.gz hdf5-eb0f44eee9ed6d6db2c9fe546976d15fa00202d6.tar.bz2 |
[svn-r8761] Purpose:
Code cleanup & small bug fix
Description:
Regenerate dependency files
Add htri_t as separate type from hbool_t for code tracing purposes.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
too minor to require h5committest
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/trace | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,6 @@ $Source = ""; # %TypeString = ("haddr_t" => "a", "hbool_t" => "b", - "htri_t" => "b", "double" => "d", "H5D_alloc_time_t" => "Da", "H5D_fill_time_t" => "Df", @@ -53,6 +52,7 @@ $Source = ""; "H5S_class_t" => "Sc", "H5S_seloper_t" => "Ss", "H5S_sel_type" => "St", + "htri_t" => "t", "H5T_cset_t", => "Tc", "H5T_direction_t", => "Td", "H5T_norm_t" => "Tn", |