diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-20 07:26:12 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-20 07:26:12 +0000 |
commit | c23d8da9a3ab0081d88623c1f725c77ff08fc4a5 (patch) | |
tree | bbeca672c40e18af22fcb37603551094b24bf388 /gcc/doc/cppopts.texi | |
parent | ab7102895d7be931dcc69fedf8f56ace19438648 (diff) | |
download | gcc-c23d8da9a3ab0081d88623c1f725c77ff08fc4a5.tar.gz |
doc: @var fixes.
gcc/:
* doc/cppopts.texi: Use @var when appropriate.
* doc/extend.texi (Structure-Packing Pragmas): Likewise.
* doc/gimple.texi (Logical Operators)
(Adding a new GIMPLE statement code): Likewise.
* doc/invoke.texi (Target Options, Precompiled Headers):
Likewise.
* doc/plugins.texi (Plugins): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168081 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 57624ed7497..5212478389d 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -330,10 +330,10 @@ header is used. @opindex fpch-preprocess This option allows use of a precompiled header (@pxref{Precompiled Headers}) together with @option{-E}. It inserts a special @code{#pragma}, -@code{#pragma GCC pch_preprocess "<filename>"} in the output to mark -the place where the precompiled header was found, and its filename. When -@option{-fpreprocessed} is in use, GCC recognizes this @code{#pragma} and -loads the PCH@. +@code{#pragma GCC pch_preprocess "@var{filename}"} in the output to mark +the place where the precompiled header was found, and its @var{filename}. +When @option{-fpreprocessed} is in use, GCC recognizes this @code{#pragma} +and loads the PCH@. This option is off by default, because the resulting preprocessed output is only really suitable as input to GCC@. It is switched on by |