diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-06-09 22:55:49 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-06-09 22:55:49 +0000 |
commit | 3bce8a01efc92473c193976352a6c8c7dd3d1f4a (patch) | |
tree | 6fe27b20f40dffeb69ed643f40378119f6d7fcff /gcc/cppinit.c | |
parent | 4db384c950ec85ca96e4bcaf7b00c36f2f6ccbd5 (diff) | |
download | gcc-3bce8a01efc92473c193976352a6c8c7dd3d1f4a.zip gcc-3bce8a01efc92473c193976352a6c8c7dd3d1f4a.tar.gz gcc-3bce8a01efc92473c193976352a6c8c7dd3d1f4a.tar.bz2 |
cppinit.c (print_help): Document -fpreprocessed.
* cppinit.c (print_help): Document -fpreprocessed.
* invoke.texi: Similarly.
From-SVN: r43116
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index fda406b..0d3d3a0 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -1885,6 +1885,7 @@ Switches:\n\ -dI Include #include directives in the output\n\ "), stdout); fputs (_("\ + -fpreprocessed Treat the input file as already preprocessed\n\ -ftabstop=<number> Distance between tab stops for column reporting\n\ -P Do not generate #line directives\n\ -$ Do not allow '$' in identifiers\n\ |