Controls the suppression of comments in preprocessor dumps.
#pragma simple_prepdump on | off | reset
By default, the preprocessor adds comments about the current include file being processed in its output. Enabling this pragma disables these comments.
This pragma corresponds to the Emit file changes option . To check this setting, use __option (simple_prepdump), described in Checking Settings. The default setting is off.