From 6b8cf29fa2eab3ea64d5fc048f9ec3a281fecf03 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Sat, 12 Oct 2002 04:29:06 +0000 Subject: Fixed macro check to see if ARCH_PPC is defined. (Found by Bill Fink). CVS patchset: 2812 CVS date: 2002/10/12 04:29:06 --- src/xine-utils/ppcasm_string.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xine-utils/ppcasm_string.S b/src/xine-utils/ppcasm_string.S index 6f0798473..ff4013e07 100644 --- a/src/xine-utils/ppcasm_string.S +++ b/src/xine-utils/ppcasm_string.S @@ -14,7 +14,7 @@ #include "../../config.h" -#if ARCH_PPC +#ifdef ARCH_PPC #warning Be forewarned - using PowerPC assembly -- cgit v1.2.3