summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-10-26 22:42:26 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-10-26 22:42:26 (GMT)
commita7b166727dce2c23c2a0c7805c3e3b8d38e4be2d (patch)
tree58fe799f66d2973a0e060f5d49611aa19c684fac /bin/trace
parentbedcfc85bde023dab2fec39589f06361457ebbcd (diff)
downloadhdf5-a7b166727dce2c23c2a0c7805c3e3b8d38e4be2d.zip
hdf5-a7b166727dce2c23c2a0c7805c3e3b8d38e4be2d.tar.gz
hdf5-a7b166727dce2c23c2a0c7805c3e3b8d38e4be2d.tar.bz2
[svn-r799] Included htri_t as a hbool_t for now.
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index 67ca384..9ddf233 100755
--- a/bin/trace
+++ b/bin/trace
@@ -15,6 +15,7 @@ $Source = "";
# usually the same as the package name.
#
%TypeString = ("hbool_t" => "b",
+ "htri_t" => "b",
"double" => "d",
"H5D_layout_t" => "Dl",
"H5D_transfer_t" => "Dt",