mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 01:00:10 +08:00
Fix typo in help message.
* cccp.c (print_help): Change marcos to macros. From-SVN: r28352
This commit is contained in:
parent
47620e09d1
commit
278a994d00
@ -1,3 +1,7 @@
|
||||
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");
|
||||
|
Loading…
Reference in New Issue
Block a user