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:
077cabf
)
Oops, older GCC used different "guard" macro name.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 29 Jan 2008 02:26:33 +0000
(
02:26
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 29 Jan 2008 02:26:33 +0000
(
02:26
+0000)
v7/src/microcode/confshared.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/confshared.h
b/v7/src/microcode/confshared.h
index 22712d8345e79b22a08c9a97b8e9c415b894cc1d..7d7147f9f65a484c655d9c137c82c0fd7987d0d5 100644
(file)
--- a/
v7/src/microcode/confshared.h
+++ b/
v7/src/microcode/confshared.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: confshared.h,v 11.1
5 2008/01/29 02:21:46
cph Exp $
+$Id: confshared.h,v 11.1
6 2008/01/29 02:26:33
cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-107,7
+107,7
@@
USA.
# ifdef __GNUC__
/* Old versions of GCC have an incompatible <stdbool.h>.
This declaration should prevent them from overriding our defs. */
-# define _
STDBOOL_H
+# define _
_STDBOOL_H__ 1
# endif
#endif