# HG changeset patch # User diego # Date 1188166000 0 # Node ID 8691652d9dcee5a5a28c495d2642d3025ce820e8 # Parent 861eb234e6ba0f0718fbcfac99dee26a320d483b Do not wrongly mark Apple gcc workarounds as being specific to Darwin. diff -r 861eb234e6ba -r 8691652d9dce dsputil.h --- a/dsputil.h Sun Aug 26 21:47:58 2007 +0000 +++ b/dsputil.h Sun Aug 26 22:06:40 2007 +0000 @@ -555,7 +555,7 @@ extern int mm_flags; -#if defined(HAVE_ALTIVEC) && !defined(SYS_DARWIN) +#if defined(HAVE_ALTIVEC) && !defined(__APPLE_CC__) #define pixel altivec_pixel #include #undef pixel