Cx51 User's Guide

NOEXTEND Compiler Directive

Abbreviation

None.

Arguments

None.

Default

All language extensions are enabled.

µVision

Options — C51 — Misc Controls.

Description

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

Example
C51 SAMPLE.C NOEXTEND

#pragma NOEXTEND