User`s guide

Pragmas for the DSP56800 and DSP56800E
Pragma Reference
397Targeting MC56F83xx/DSP5685x Controllers
line_prepdump
Shows #line directives in preprocessor output.
Prototype
#pragma line_prepdump on | off | reset
Remarks
If you enable this pragma, #line directives appear in preprocessor output, and line
spacing is preserved through the insertion of empty lines.
Use this pragma with the command-line compiler’s -E option to make sure that
#line directives are inserted in the compiler’s output.
This pragma does not correspond to any panel setting. To check this setting, use the
__option (line_prepdump), described in Checking Settings
. See also
“fullpath_prepdump.”
By default, this pragma is disabled.
mark
Adds an item to the Function pop-up menu in the IDE editor.
Prototype
#pragma mark itemName
Remarks
This pragma adds itemName to the source file’s Function pop-up menu. If you open
the file in the CodeWarrior Editor and select the item from the Function pop-up
menu, the editor brings you to the pragma. Note that if the pragma is inside a function
definition, the item does not appear in the Function pop-up menu.
If itemName begins with “-”, a menu separator appears in the IDE’s Function pop-up
menu:
#pragma mark -
This pragma does not correspond to any setting in the C/C++ Language panel. By
default, this pragma is disabled.