diff options
Diffstat (limited to 'gcc/doc/cppinternals.texi')
-rw-r--r-- | gcc/doc/cppinternals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi index 13db034b0ca..241c00a5a1d 100644 --- a/gcc/doc/cppinternals.texi +++ b/gcc/doc/cppinternals.texi @@ -963,7 +963,7 @@ directives outside the main conditional block for the optimization to be on. Note that whilst we are inside the conditional block, @code{mi_valid} is -likely to be reset to @code{false}, but this does not matter since the +likely to be reset to @code{false}, but this does not matter since the closing @code{#endif} restores it to @code{true} if appropriate. Finally, since @code{_cpp_lex_direct} pops the file off the buffer stack |