diff options
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r-- | appendixa/gcc-desc.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index cff8315fe..0e971cd34 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -25,9 +25,10 @@ of these compiler generated object files. <para> A pre-processor pre-processes a source file, such as including -the contents of header files into the source file. You generally don't -do this yourself to save yourself a lot of time. You just insert a line -like #include <filename>. The pre-processor file insert the +the contents of header files into the source file. It's a good idea to +not +do this manually to save a lot of time. Someone just inserts a line +like #include <filename>. The pre-processor inserts the contents of that file into the source file. That's one of the things a pre-processor does. </para> |