Here are some things to be aware of when using the traditional preprocessor.
#
’ appears in the first column. There can be no whitespace between the beginning of the line and the ‘#
’, but whitespace can follow the ‘#
’. #error
’ or ‘#pragma
’, and may not recognize ‘#elif
’. CPP supports all the directives in traditional mode that it supports in ISO mode, including extensions, with the exception that the effects of ‘#pragma GCC poison
’ are undefined.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-5.4.0/cpp/Traditional-miscellany.html