diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dependencies | 3 | ||||
-rwxr-xr-x | bin/trace | 1 |
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`; @@ -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", |