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]

[patch] beginner projects (test)


Hello,

This patch fixes a small typo in warn_summary, and is considered as a
test (of myself).

zfelleg


Index: gcc/contrib/warn_summary
===================================================================
RCS file: /cvs/gcc/gcc/contrib/warn_summary,v
retrieving revision 1.6
diff -c -3 -p -r1.6 warn_summary
*** warn_summary        2001/01/15 17:53:57     1.6
--- warn_summary        2001/06/14 18:50:42
***************
*** 7,13 ****
  #     [-pass|-wpass] [file(s)]
  #
  # -llf
! # Filter out long lines from the bootstap output before any other
  # action.  This is useful for systems with broken awks/greps which
choke
  # on long lines.  It is not done by default as it sometimes slows
things
  # down.
--- 7,13 ----
  #     [-pass|-wpass] [file(s)]
  #
  # -llf
! # Filter out long lines from the bootstrap output before any other
  # action.  This is useful for systems with broken awks/greps which
choke
  # on long lines.  It is not done by default as it sometimes slows
things
  # down.


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