Does GPC on other platforms predefine things like ?
__OS_DOS__ _WIN32 __sparc__ __CYGWIN32__ __CYGWIN__ __unix__ __EMX__
I am a bit puzzled. I had expected that gpc on powerpc-apple has the same predefines as gcc (see gcc/rs6000/config/darwin.h)
__APPLE__ __MACH__ __POWERPC__ __ppc__
But gpc doesn't, unless I missed something.
Regards,
Adriaan van Os