This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
cccp.c (print_help): Change marcos to macros.
- To: egcs-patches at egcs dot cygnus dot com
- Subject: cccp.c (print_help): Change marcos to macros.
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Fri, 30 Jul 1999 20:11:24 -0700
I have checked in this patch. It fixes a typo in a help mesage.
Fri Jul 30 19:41:35 1999 Jim Wilson <wilson@cygnus.com>
* cccp.c (print_help): Change marcos to macros.
Index: cccp.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/cccp.c,v
retrieving revision 1.70
diff -p -r1.70 cccp.c
*** cccp.c 1999/05/31 11:44:42 1.70
--- cccp.c 1999/07/31 02:41:17
*************** print_help ()
*** 1123,1129 ****
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 (" -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");
--- 1123,1129 ----
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 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");