Shows #line directives in preprocessor output.
#pragma line_prepdump on | off | reset
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.
By default, this pragma is off .