space_prepdump

Controls whether whitespace is stripped out or copied into the output.

Syntax

#pragma space_prepdump on | off | reset

Targets
All platforms.
Remarks

This pragma is useful for keeping the starting column aligned with the original source, though the compiler attempts to preserve space within the line. This doesn’t apply when macros are expanded.

This pragma corresponds to the Keep whitespace option . The default setting is off.