Table of Contents Previous topic Next topic
C/C++ COMPILER->Predefined Macros->Compiler Specific Predefined Macros
In addition the following compiler specific predefined macros are supported:
| _XCCF_VER | defined as 300 for version 3.xx of the ColdFire compiler |
| _X_VO | defined as the value of the Interrupt Vector Offset as specified using the /VO command line option. |
| _X_LDBLE_BITS | defined as 64 for this standard version of the compiler,defined as 80 for the version that supports 80 bit long doubles |
| _X_FPU | defined if the selected processor has a floating point processing unit |
| _X_ADV | defined if Advanced Features is enabled as a default option |
| __FUNCTION__ | the name of the current function (a character string literal) |