Use this panel to configure the preprocessor settings of the preprocessor.
The following table lists and describes the Preprocessor Settings options for RS08.
| Option | Description |
|---|---|
| Turn on all preprocessor configuration | Use this option to enable the default preprocessor configuration. |
| Emit whitespaces (-LpCfg=s) | Use this option to reconstruct spaces. |
| Handle single quote (`) as normal token (-LpCfg=q) | Use this option to handle single quote (`) as normal token. |
| Do not concatenate strings (-LpCfg=n) | Use this option to avoid string concatenation. |
| Emit #line directive (-LpCfg=l) | Use this option to emit #line directives in preprocessor output. |
| Do not emit file names (-LpCfg=m) | Do not emit file names. |
| Emit file names with path (-LpCfg=f) | Use this option to emit file names with path. |
| Emit empty lines (-LpCfg=e) | Use this option to emit empty lines. |
| Do not emit line comments (-LpCfg=c) | Do not emit line comments |
| Stop after preprocessor (-LpX) | Without this option, the compiler always translates the preprocessor output as C code. To do only preprocessing, use this option together with the -Lp option. No object file is generated. |