Controls the suppression of comments in preprocessing output.
#pragma simple_prepdump on | off | reset
By default, the compiler adds comments about the current include file being in preprocessing output. Enabling this pragma disables these comments.
By default, this pragma is off .