From: Kaveh R. Ghazi Date: Fri, 19 Feb 1999 12:50:44 +0000 (+0000) Subject: * cppinit.c (print_help): Remove unescaped newline in string. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16ed229914db35e46451932ac64967b77b4c920f;p=gcc.git * cppinit.c (print_help): Remove unescaped newline in string. From-SVN: r25315 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f356a244a2b..fe5db8d6235 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 19 15:43:59 1999 Kaveh R. Ghazi + + * cppinit.c (print_help): Remove unescaped newline in string. + Fri Feb 19 19:55:06 1999 J"orn Rennecke * loop.c (strength_reduce): Check for intervening jumps when diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 817190330e0..d4101995549 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -1649,7 +1649,6 @@ Switches:\n\ -std= Specify the conformance standard; one of:\n\ gnu89, gnu9x, c89, c9x, iso9899:1990,\n\ iso9899:199409, iso9899:199x\n\ - -+ Allow parsing of C++ style features\n\ -w Inhibit warning messages\n\ -Wtrigraphs Warn if trigraphs are encountered\n\