User`s guide
mcc
7-36
Table 7-5, Code/Comment Annotation Options, shows the available annotation
options.
To control the
#line preprocessor directives that are included in the generated
C/C++ source, use
mcc -A line:setting
Table 7-6, Line Annotation Options, shows the available #line directive
settings.
To control if run-time error messages report the source file and line number,
use
mcc -A debugline:on
Table 7-5: Code/Comment Annotation Options
Type Description
all
Provides the complete source of the M-file interleaved
with the generated C/C++ source. The default is
all.
comments
Provides all of the comments from the M-file
interleaved with the generated C/C++ source.
none
No comments or code from the M-file are added to code.
Table 7-6: Line Annotation Options
Setting Description
on
Adds #line preprocessor directives to the generated
C/C++ source code to enable source M-file debugging.
Note: The page width option is ignored when this is on.
off
Adds no #line preprocessor directives to the generated
C/C++ source code. The default is
off.