CARM User's Guide

Discontinued

NOEXTEND Compiler Directive

Abbreviation

None.

Arguments

None.

Default

All language extensions are enabled.

µVision

Options — CA — Misc Controls.

Description

The NOEXTEND directive instructs the compiler to process only ANSI C language constructs. All CA language extensions are disabled. Compiler-specific keywords are not recognized and cause compiler errors or warnings if used.

Example
CA SAMPLE.C NOEXTEND

#pragma NOEXTEND