This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] beginner projects (test)
- To: gcc-patches at gcc dot gnu dot org
- Subject: [patch] beginner projects (test)
- From: Zoltan Felleg <zfelleg at telnet dot hu>
- Date: Thu, 14 Jun 2001 21:13:21 +0200
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.