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:
4b25f38
)
Eliminate incorrect reference to HAVE__BOOL.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 29 Jan 2008 02:01:56 +0000
(
02:01
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 29 Jan 2008 02:01:56 +0000
(
02:01
+0000)
v7/src/microcode/confshared.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/confshared.h
b/v7/src/microcode/confshared.h
index 171ded7b9b70da5d1c98959edad616607dfc109c..015f8272ebaab5e41021ebbc29f16ac4476a67c2 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
3 2007/09/04 03:35:19 riastrad
h Exp $
+$Id: confshared.h,v 11.1
4 2008/01/29 02:01:56 cp
h Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-93,7
+93,7
@@
USA.
#ifdef HAVE_STDBOOL_H
# include <stdbool.h>
#else
-# if
!
HAVE__BOOL
+# if
ndef
HAVE__BOOL
# ifdef __cplusplus
typedef bool _Bool;
# else