On Fri, 18 Nov 2005, Waldek Hebisch wrote: [..]
Yes, the following is better:
--- gpc/p/lang.c.bb2 2005-11-18 03:45:51.000000000 +0100 +++ gpc/p/lang.c 2005-11-18 15:29:10.730506856 +0100 @@ -663,8 +663,9 @@ call_gpcpp (const char * filename, FILE fclose (fi); if (!co->print_deps) gpcpp_writeout (gpcpp_out_fname, gpcpp_out_stream);
- else
- fclose (gpcpp_out_stream);
- fclose (gpcpp_out_stream); exit (EXIT_SUCCESS);
}
For some reason or another patch here didn't like the 3rd line so added the "else" with an editor.
results:
# of tests 4969 # of expected passes 4968 # of unsuported tests 1
Good job. Russ