Contents|Index|Previous|Next
 Options controlling the preprocessor   

The following options control the C preprocessor, which is run on each C source file before actual compilation.

If you use the ‘-E’ option, nothing is done except preprocessing. Some of these options make sense only together with ‘-E’ because they cause the preprocessor output to be unsuitable for actual compilation.


Top|Contents|Index|Previous|Next