i960 Processor Compiler User's Guide
2-22
2
With no
=value
, defines
macro
as 1. (This is exactly the same as D
macro
=1.)
D
macro
=
value
Defines
macro
as
value.
d (Definitions)
Control macro
processing.
• dD Tells the preprocessor to pass all macro definitions into the
output, in their proper sequence in the rest of the output.
•
dM Tells the preprocessor to output only a list of the macro
definitions that are in effect at the end of preprocessing.
•
dN Like dD except that the macro arguments and contents are
omitted. Only
#define
macro
is included in the output.
These should be used only with
-E, and they affect preprocessor output.
E (Preprocess)
Run only the C
preprocessor.
Directs compilation system to preprocess all the C source files specified
and send the results to standard output.