__MWERKS__

Deprecated. Preprocessor macro defined as the version of the CodeWarrior compiler.

Syntax
__MWERKS__
  
Remarks

Replaced by the built-in preprocessor macro __CWCC__ .

CodeWarrior compilers issued after 1995 define this macro with the compiler's version. For example, if the compiler version is 4.0, the value of __MWERKS__ is 0x4000 .

This macro is defined as 1 if the compiler was issued before the CodeWarrior CW7 that was released in 1995.

The ISO standards do not specify this symbol.

Related information
__ASSEMBLER__
__COMPILER__
__COUNTER__
__TARGETARCH__
__VERSION_NUM__
__VERSION__
__cplusplus
__CWBUILD__
__CWCC__
__DATE__
__embedded_cplusplus
__FILE__
__func__
__FUNCTION__
__ide_target()
__LINE__
__optlevel
__PRETTY_FUNCTION__
__profile__
__STDC__
__TIME__