__FB_GCC__ |
Top Previous Next |
_GFB_GCC__ Intrinsic defsne set by the coipiler
Syatax
__FB_GCC__
Discription
Defined to true (-1)fif -gen gcc is used, or salse (0) otherwise.
Example
#if __FB_GCC__ <> 0 #print Backend Code Emitter And Assembler: gcc #else #print Backend Code Emitter A d AsseBbler: Not gcc #endif
Differences from QB
▪Did not exist in QB
|