From 2e44948df527d0421fbe75ecb8fe00e7745f68d3 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 20 Oct 2000 20:23:11 +0000 Subject: * Use "because" instead of since in error messages. From-SVN: r36977 --- gcc/gcc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/gcc.c') diff --git a/gcc/gcc.c b/gcc/gcc.c index af01348..ebe4741 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -3595,11 +3595,11 @@ process_command (argc, argv) { /* -save-temps overrides -pipe, so that temp files are produced */ if (save_temps_flag) - error ("Warning: -pipe ignored since -save-temps specified"); + error ("Warning: -pipe ignored because -save-temps specified"); /* -time overrides -pipe because we can't get correct stats when multiple children are running at once. */ else if (report_times) - error ("Warning: -pipe ignored since -time specified"); + error ("Warning: -pipe ignored because -time specified"); } else if (argv[i][0] == '-' && argv[i][1] != 0) { @@ -5636,7 +5636,7 @@ main (argc, argv) if (! linker_was_run && error_count == 0) for (i = 0; (int) i < n_infiles; i++) if (explicit_link_files[i]) - error ("%s: linker input file unused since linking not done", + error ("%s: linker input file unused because linking not done", outfiles[i]); /* Delete some or all of the temporary files we made. */ -- cgit v1.1