line_prepdump

Shows #line directives in preprocessor output.

Syntax

#pragma line_prepdump on | off | reset

Targets
All platforms.
Remarks

If you enable this pragma, #line directives appear in preprocessor output, and line spacing is preserved through the insertion of empty lines.

Use this pragma with the command-line compiler’s -E option to make sure that #line directives are inserted in the compiler’s output.

This pragma corresponds to the Use #line option . To check this setting, use the __option (line_prepdump), described in Checking Settings. See also “fullpath_prepdump”. The default setting is off.