notonce

Controls whether or not the compiler lets included files be repeatedly included, even with #pragma once on .

Syntax
#pragma notonce
  
Remarks

If you enable this pragma, files can be repeatedly #include d, even if you have enabled #pragma once on . For more information, see "once" on page 253.

This pragma does not correspond to any CodeWarrior IDE panel setting.

Related information
check_header_flags
faster_pch_gen
flat_include
fullpath_file
fullpath_prepdump
keepcomments
line_prepdump
macro_prepdump
msg_show_lineref
msg_show_realref
old_pragma_once
once
pop, push
pragma_prepdump
precompile_target
simple_prepdump
space_prepdump
srcrelincludes
syspath_once