Commit e0f7a364 authored by zack's avatar zack
Browse files

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

	message.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34856 138bc75d-0d04-0410-961f-82ee72b054a4
parent b812b884
2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
* cppspec.c (lang_specific_driver): Use double quotes in error
message.
Mon Jul 3 16:53:43 2000 Clinton Popetz <cpopetz@cygnus.com> Mon Jul 3 16:53:43 2000 Clinton Popetz <cpopetz@cygnus.com>
   
* calls.c (emit_library_call_value_1): Use valreg instead * calls.c (emit_library_call_value_1): Use valreg instead
......
...@@ -125,7 +125,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries) ...@@ -125,7 +125,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
need_E = 0; need_E = 0;
else if (argv[i][1] == 'S' || argv[i][1] == 'c') 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]); argv[i]);
return; return;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment