From 1ba96d255b99b5462421044cdfa6adcfde475d7c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 21 Sep 2007 16:55:55 -0400 Subject: [PATCH] Tweak asm.h for Mac Intel --- vm/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/asm.h b/vm/asm.h index ff2178a88e..9719ae8af0 100644 --- a/vm/asm.h +++ b/vm/asm.h @@ -5,7 +5,7 @@ #endif /* Apple's PPC assembler is out of date? */ -#if defined(__APPLE__) && defined(FACTOR_PPC) +#if defined(__APPLE__) && defined(__ppc__) #define XX @ #else #define XX ;