# HG changeset patch # User mru # Date 1205721182 0 # Node ID 4e37a1156d72fc81fab63c0f492bb2fed3e789c2 # Parent c9416ce3c09f883a27eb30c8124e1807c2199dc5 fix typo ARCH_PPC -> ARCH_POWERPC diff -r c9416ce3c09f -r 4e37a1156d72 mathops.h --- a/mathops.h Sun Mar 16 17:34:31 2008 +0000 +++ b/mathops.h Mon Mar 17 02:33:02 2008 +0000 @@ -32,7 +32,7 @@ #include "armv4l/mathops.h" -#elif defined(ARCH_PPC) +#elif defined(ARCH_POWERPC) #include "ppc/mathops.h"