[svn-r7569] Purpose:

Bug Fix/Update

Description:
    Updated "trace" to include "void**" as a datatype (it sets it to
    "x"). Format changes as well.

    Added "close(DEPEND); close(NEW);" to the dependencies script. This
    was reported by a user that it wasn't doing this.

Platforms tested:
    Linux (small changes)

Misc. update:
This commit is contained in:
Bill Wendling
2003-10-07 16:10:53 -05:00
parent cf629d9e6c
commit 0eaf192df8
2 changed files with 78 additions and 74 deletions

View File

@@ -45,4 +45,7 @@ while (<DEPEND>) {
print NEW $_;
}
close(DEPEND);
close(NEW);
`mv $new_depend_file $depend_file`;