This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Small error-message tweak for cppspec.c


More removal of `scare quotes'.

zw

	* cppspec.c (lang_specific_driver): Use double quotes in error
	message.

===================================================================
Index: cppspec.c
--- cppspec.c	1999/09/13 04:40:51	1.8
+++ cppspec.c	2000/07/03 23:59:42
@@ -125,7 +125,7 @@ lang_specific_driver (in_argc, in_argv, 
 		need_E = 0;
 	      else if (argv[i][1] == 'S' || argv[i][1] == 'c')
 		{
-		  fatal ("`%s' is not a legal option to the preprocessor",
+		  fatal ("\"%s\" is not a legal option to the preprocessor",
 			 argv[i]);
 		  return;
 		}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]