summaryrefslogtreecommitdiff
path: root/gcc/doc/cppopts.texi
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2002-07-02 22:20:33 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-07-02 22:20:33 +0000
commitb6fb43ab3e59a0a4d9063daed96812eeb5a9fb47 (patch)
tree219fc2c5e94c8359756a707b9a23f7d0ca464355 /gcc/doc/cppopts.texi
parentc680d2b66aedd245b38b6ac67f1bacd7f1619afd (diff)
downloadgcc-b6fb43ab3e59a0a4d9063daed96812eeb5a9fb47.tar.gz
cpp.texi: Update for traditional preprocessing changes.
* doc/cpp.texi: Update for traditional preprocessing changes. * goc/cppopts.texi: Similarly. From-SVN: r55194
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r--gcc/doc/cppopts.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi
index 3f1e98cd201..6fb3b53f157 100644
--- a/gcc/doc/cppopts.texi
+++ b/gcc/doc/cppopts.texi
@@ -551,10 +551,10 @@ Define the macros @sc{__gnuc__}, @sc{__gnuc_minor__} and
@command{gcc -E}; you can turn them off in that case with
@option{-no-gcc}.
-@item -traditional
-@opindex traditional
-Try to imitate the behavior of old-fashioned C, as opposed to ISO
-C@.
+@item -traditional-cpp
+@opindex traditional-cpp
+Try to imitate the behavior of old-fashioned C preprocessors, as
+opposed to ISO C preprocessors.
@ifset cppmanual
@xref{Traditional Mode}.
@end ifset