Controls whether or not the compiler removes or preserves whitespace in the preprocessor's output.
#pragma space_prepdump on | off | reset
This pragma is useful for keeping the starting column aligned with the original source code, though the compiler attempts to preserve space within the line. This pragma does not apply to expanded macros.
By default, this pragma is off .