projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af46104
)
Define __ppc64__ to 1, not just to an empty token sequence, for
author
Taylor R. Campbell
<net/mumble/campbell>
Fri, 22 Aug 2008 22:08:23 +0000
(22:08 +0000)
committer
Taylor R. Campbell
<net/mumble/campbell>
Fri, 22 Aug 2008 22:08:23 +0000
(22:08 +0000)
consistency.
v7/src/microcode/confshared.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/confshared.h
b/v7/src/microcode/confshared.h
index 24416fd548775c172894e3c7c5de0204e288fcb5..d503486c237461ceb01e1fe594c9644d7ca26dc0 100644
(file)
--- 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__