diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-02 22:20:33 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-02 22:20:33 +0000 |
commit | 779c7d58f738f23c3bcbc24d69e405c20a7fe439 (patch) | |
tree | 219fc2c5e94c8359756a707b9a23f7d0ca464355 /gcc/doc/cppopts.texi | |
parent | a4a7296aa036a067758e96c81cbab1db1edb5a23 (diff) | |
download | ppe42-gcc-779c7d58f738f23c3bcbc24d69e405c20a7fe439.tar.gz ppe42-gcc-779c7d58f738f23c3bcbc24d69e405c20a7fe439.zip |
* doc/cpp.texi: Update for traditional preprocessing changes.
* goc/cppopts.texi: Similarly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55194 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r-- | gcc/doc/cppopts.texi | 8 |
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 |