summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-07-13 17:58:35 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-07-13 17:58:35 (GMT)
commitf759816f96f7c20dc838452266e22fe540993b7b (patch)
treeb7e7288acd77cc59b53078c06f4d4baa4c6ad69f /bin/trace
parent9287c401d980be788255e1b29091a9204a494ed8 (diff)
downloadhdf5-f759816f96f7c20dc838452266e22fe540993b7b.zip
hdf5-f759816f96f7c20dc838452266e22fe540993b7b.tar.gz
hdf5-f759816f96f7c20dc838452266e22fe540993b7b.tar.bz2
[svn-r1474] ./bin/h5vers [1.3]
Added `use strict' and declared some variables. ./bin/trace [1.2, 1.3] Added definitions for H5D_operator_t, H5MM_allocate_t, and H5MM_free_t and regenerated tracing calls for the affected API functions.
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index aa4f3ca..c0b2ea3 100755
--- a/bin/trace
+++ b/bin/trace
@@ -53,9 +53,12 @@ $Source = "";
"void*" => "x",
"FILE*" => "x",
"H5A_operator_t" => "x",
+ "H5D_operator_t" => "x",
"H5E_auto_t" => "x",
"H5E_walk_t" => "x",
"H5G_iterate_t" => "x",
+ "H5MM_allocate_t" => "x",
+ "H5MM_free_t" => "x",
"H5T_cdata_t**" => "x",
"H5T_conv_t" => "x",
"H5T_overflow_t" => "x",