i960 Processor Compiler User's Guide
3-24
3
C (Keep-comments)
Keeps comments in
preprocessor output.
-E -C
-P -C
Default
All comments are stripped away.
Discussion
Use the C (Keep-comments) option to preserve comments normally
stripped by the preprocessor. This option modifies the
E and P Stop-after
options. Using the
C (Keep-comments) option alone neither generates a
preprocessor listing nor stops the processing after the preprocessor phase.
Example
The following example uses the C (Keep-comments) option to modify the
P (Preprocess - file) option. The output is a newly created file named
proto.i, containing the comments as they appear in the original C source
text.
ic960 -P -C proto.c
Related Topics
E (Preprocess - stdout) P (Preprocess - file)