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]

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


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");


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