NOEXTEND

Abbreviation

None.

Arguments

None.

Default

EXTEND

Description

The NOEXTEND control instructs the compiler to process only ANSI C language constructs. The C51 language extensions are disabled. Reserved keywords such as bit, reentrant, and using are not recognized and will generate compilation errors or warnings.

Example


#pragma NOEXTEND