line_prepdump

Shows #line directives in preprocessor output.

Syntax
  #pragma line_prepdump on | off | reset   
Remarks

If you enable this pragma, #line directives appear in preprocessing output. The compiler also adjusts line spacing by inserting empty lines.

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

This pragma corresponds to the Use #line option in the CodeWarrior IDE's C/C++ Preprocessor settings panel. By default, this pragma is off.