Commit 278a994d by Jim Wilson Committed by Jim Wilson

Fix typo in help message.

	* cccp.c (print_help): Change marcos to macros.

From-SVN: r28352
parent 47620e09
Fri Jul 30 19:41:35 1999 Jim Wilson <wilson@cygnus.com>
* cccp.c (print_help): Change marcos to macros.
1999-07-30 Richard Henderson <rth@cygnus.com>
* c-typeck.c (initializer_constant_valid_p): Move ...
......
......@@ -1123,7 +1123,7 @@ print_help ()
printf ("Usage: %s [switches] input output\n", progname);
printf ("Switches:\n");
printf (" -include <file> Include the contents of <file> before other files\n");
printf (" -imacros <file> Accept definition of marcos in <file>\n");
printf (" -imacros <file> Accept definition of macros in <file>\n");
printf (" -iprefix <path> Specify <path> as a prefix for next two options\n");
printf (" -iwithprefix <dir> Add <dir> to the end of the system include paths\n");
printf (" -iwithprefixbefore <dir> Add <dir> to the end of the main include paths\n");
......
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