=== modified file 'Python/ceval.c' --- Python/ceval.c 2008-12-12 17:39:28 +0000 +++ Python/ceval.c 2009-03-28 10:01:38 +0000 @@ -27,10 +27,7 @@ typedef unsigned long long uint64; -#if defined(__ppc__) /* <- Don't know if this is the correct symbol; this - section should work for GCC on any PowerPC - platform, irrespective of OS. - POWER? Who knows :-) */ +#if defined(__ppc__) || defined(__powerpc__) #define READ_TIMESTAMP(var) ppc_getcounter(&var)