The PROCEED option stops the compiler after processing by a preprocessor
is completed depending on the severity of messages issued by previous
preprocessors.

.-NOPROCEED--+-------------+-.
| | .-S-. | |
| '-(--+-W-+--)-' |
| '-E-' |
>>-+-PROCEED--------------------+------------------------------><
ABBREVIATIONS: PRO, NPRO
- PROCEED
- Is equivalent to NOPROCEED(S).
- NOPROCEED
- Ends the processing after the preprocessor has finished compiling.
- NOPROCEED(S)
- The invocation of preprocessors and the compiler does not
continue if a severe or unrecoverable error is detected in this
stage of preprocessing.
- NOPROCEED(E)
- The invocation of preprocessors and the compiler does not
continue if an error, severe error, or unrecoverable error is detected
in this stage of preprocessing.
- NOPROCEED(W)
- The invocation of preprocessors and the compiler does not
continue if a warning, error, severe error, or unrecoverable error
is detected in this stage of preprocessing.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)