C166 User's Guide

NOEXTEND Compiler Directive

Abbreviation

None.

Arguments

None.

Default

All language extensions are enabled.

µVision

Options — C166 — Misc Controls.

Description

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

Example
C166 SAMPLE.C NOEXTEND

#pragma NOEXTEND