summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dependencies3
-rwxr-xr-xbin/trace1
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/dependencies b/bin/dependencies
index 0575b45..f653708 100755
--- a/bin/dependencies
+++ b/bin/dependencies
@@ -46,4 +46,7 @@ while (<DEPEND>) {
print NEW $_;
}
+close(DEPEND);
+close(NEW);
+
`mv $new_depend_file $depend_file`;
diff --git a/bin/trace b/bin/trace
index 5893505..6d71bd5 100755
--- a/bin/trace
+++ b/bin/trace
@@ -63,6 +63,7 @@ $Source = "";
"H5T_class_t" => "Tt",
"H5T_str_t" => "Tz",
"void*" => "x",
+ "void**" => "x",
"FILE*" => "x",
"H5A_operator_t" => "x",
"H5D_operator_t" => "x",