PowerPC Preprocessor > Preprocessor Settings

Use this panel to specify preprocessor behavior.

The following table lists and describes the preprocessor settings options for PowerPC.

Table 1. Tool Settings - Preprocessor Settings > Preprocessor Options
Option Description
Mode Select the mode from the drop-down list.
Emit file change Check to notify file changes (or #line changes) appear in the output.
Emit #pragmas Check to show pragma directives in the preprocessor output. Essential for producing reproducible test cases for bug reports.
Show full path Check to display file changes in comments (as before) or in #line directives.
Keep comment Check to display comments in the preprocessor output.
Use #line Check to display file changes in comments (as before) or in #line directives.
Keep whitespace Check to copy whitespaces in preprocessor output. This is useful for keeping the starting column aligned with the original source, though the compiler attempts to preserve space within the line. This does not apply when macros are expanded.