summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-29 21:03:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-29 21:03:33 (GMT)
commitb51c4f6d24fa95c3ae9c465880a2256a86bb7b47 (patch)
tree3cbd4a2addcf0654730ae74f0b842cc15aa471ee /bin/trace
parentd4eec2cb073e4e9f02ca990cbd93480e526a130e (diff)
downloadhdf5-b51c4f6d24fa95c3ae9c465880a2256a86bb7b47.zip
hdf5-b51c4f6d24fa95c3ae9c465880a2256a86bb7b47.tar.gz
hdf5-b51c4f6d24fa95c3ae9c465880a2256a86bb7b47.tar.bz2
[svn-r8760] 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/trace')
-rwxr-xr-xbin/trace3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/trace b/bin/trace
index 54b7b47..7341fc1 100755
--- a/bin/trace
+++ b/bin/trace
@@ -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",
@@ -56,6 +55,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",
@@ -87,6 +87,7 @@ $Source = "";
"H5P_prp_set_func_t" => "x",
"H5T_cdata_t**" => "x",
"H5T_conv_t" => "x",
+ "H5T_conv_except_func_t" => "x",
"H5T_overflow_t" => "x",
"H5Z_func_t" => "x",
"H5Z_filter_func_t" => "x",