Crossware

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_VERdefined as 300 for version 3.xx of the ColdFire compiler
_X_VOdefined as the value of the Interrupt Vector Offset as specified using the /VO command line option.
_X_LDBLE_BITSdefined as 64 for this standard version of the compiler,defined as 80 for the version that supports 80 bit long doubles
_X_FPUdefined if the selected processor has a floating point processing unit
_X_ADVdefined if Advanced Features is enabled as a default option
__FUNCTION__the name of the current function (a character string literal)