projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5818cc
)
Include <stdbool.h> unconditionally.
author
Jim Meyering
<jim@meyering.net>
Fri, 6 Jun 2003 19:17:37 +0000
(19:17 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 6 Jun 2003 19:17:37 +0000
(19:17 +0000)
src/system.h
patch
|
blob
|
history
diff --git
a/src/system.h
b/src/system.h
index c4c4d64e66def5c6bbb759cd33e59a9736944494..ae1630196f101a6d48e39f7530505c28f49e57c6 100644
(file)
--- a/
src/system.h
+++ b/
src/system.h
@@
-117,11
+117,7
@@
void *memrchr (const void *, int, size_t);
extern int errno;
#endif
-#if HAVE_STDBOOL_H
-# include <stdbool.h>
-#else
-typedef enum {false = 0, true = 1} bool;
-#endif
+#include <stdbool.h>
#if HAVE_STDLIB_H
# define getopt system_getopt