diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-02-19 12:50:44 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-02-19 12:50:44 +0000 |
commit | 16ed229914db35e46451932ac64967b77b4c920f (patch) | |
tree | 2f364c70d7ecb14d3357309640ae95ad0c841709 /gcc/cppinit.c | |
parent | a7d8d81f7c5b1c49965af840bb95040ff0d04616 (diff) | |
download | gcc-16ed229914db35e46451932ac64967b77b4c920f.zip gcc-16ed229914db35e46451932ac64967b77b4c920f.tar.gz gcc-16ed229914db35e46451932ac64967b77b4c920f.tar.bz2 |
* cppinit.c (print_help): Remove unescaped newline in string.
From-SVN: r25315
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 8171903..d410199 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -1649,7 +1649,6 @@ Switches:\n\ -std=<std name> 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\ |