diff --git a/lib/com_err/compile_et.awk b/lib/com_err/compile_et.awk index 4c4717028..a9e6e947f 100644 --- a/lib/com_err/compile_et.awk +++ b/lib/com_err/compile_et.awk @@ -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) } diff --git a/lib/error/compile_et.awk b/lib/error/compile_et.awk index 4c4717028..a9e6e947f 100644 --- a/lib/error/compile_et.awk +++ b/lib/error/compile_et.awk @@ -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) }