From: Taylor R. Campbell Date: Fri, 22 Aug 2008 22:08:23 +0000 (+0000) Subject: Define __ppc64__ to 1, not just to an empty token sequence, for X-Git-Tag: 20090517-FFI~234 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e9fc1a3439ea9fd8293a44796474fc6ffac6e3d3;p=mit-scheme.git Define __ppc64__ to 1, not just to an empty token sequence, for consistency. --- diff --git a/v7/src/microcode/confshared.h b/v7/src/microcode/confshared.h index 24416fd54..d503486c2 100644 --- a/v7/src/microcode/confshared.h +++ b/v7/src/microcode/confshared.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: confshared.h,v 11.19 2008/08/22 22:07:19 riastradh Exp $ +$Id: confshared.h,v 11.20 2008/08/22 22:08:23 riastradh Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -594,7 +594,7 @@ extern void win32_stack_reset (void); #endif #ifdef __powerpc64__ -# define __ppc64__ +# define __ppc64__ 1 #endif #ifdef __ppc__