U

Undefines any definition currently in effect for the specified macro.

IDE Equivalent

Linux: Preprocessor > Undefine Preprocessor Definitions

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -Uname
Windows:  /Uname

Arguments

name Is the name of the macro to be undefined.

Default

OFF Symbol definitions are in effect until they are undefined.

Description

This option undefines any definition currently in effect for the specified macro. It is equivalent to a #undef preprocessing directive.

Alternate Options

None

See Also

Building Applications: About Preprocessor Options