remove close, since it breaks dec's awk

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3440 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-08 01:11:53 +00:00
parent c0b789eab6
commit fd03234e08
2 changed files with 0 additions and 4 deletions

View File

@@ -97,11 +97,9 @@ END {
print name "_num_errors, ERROR_TABLE_BASE_" name ");" > c_file
print "}" > c_file
print "" > c_file
close(c_file)
print "\t" name "_num_errors = " number > h_file
print "} " name "_error_number;" > h_file
print "" > h_file
print "#endif /* " H_FILE " */" > h_file
close(h_file)
}

View File

@@ -97,11 +97,9 @@ END {
print name "_num_errors, ERROR_TABLE_BASE_" name ");" > c_file
print "}" > c_file
print "" > c_file
close(c_file)
print "\t" name "_num_errors = " number > h_file
print "} " name "_error_number;" > h_file
print "" > h_file
print "#endif /* " H_FILE " */" > h_file
close(h_file)
}