diff options
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r-- | gcc/doc/cppopts.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index a6b7eb44fbb..e98f8d8e947 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -332,7 +332,7 @@ 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 -@code{-fpreprocessed} is in use, GCC recognizes this @code{#pragma} and +@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 |