__FB_PPC__

Intrinsic define set by the compiler

Syntax
   __FB_PPC__

Description
   Define created at compile time if the compilation target uses the 
   PowerPC CPU architecture, otherwise undefined.

Example
   #ifdef __FB_PPC__
     '...instructions for PowerPC OSes...
   #else
     '...instructions for other OSes
   #endif 

Version
   * Since fbc 1.09.0

Differences from QB
   * New to FreeBASIC

See also
   * Compiler Option: -target

