]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/cpp/index.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / cpp / index.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6The C Preprocessor
7==================
8
9The C preprocessor implements the macro language used to transform C,
10C++, and Objective-C programs before they are compiled. It can also be
11useful on its own.
12
13.. only:: html
14
15 Contents:
16
17.. toctree::
18
19 copyright
20 overview
21 header-files
22 macros
23 conditionals
24 diagnostics
25 line-control
26 pragmas
27 other-directives
28 preprocessor-output
29 traditional-mode
30 implementation-details
31 invocation
32 environment-variables
33 gnu-free-documentation-license
34
3ed1b4ce 35 indices-and-tables