aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-12-25 20:15:41 +0000
committerEd Schouten <ed@FreeBSD.org>2011-12-25 20:15:41 +0000
commit576fb69bc985dce3e2a2838de2f152be59b7f8cd (patch)
tree90b17570873049bfa7225f8697a660f6002a1f00
parent04885212b136a4e4121802508a8e49318c83af8e (diff)
Notes
-rw-r--r--include/stdbool.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/stdbool.h b/include/stdbool.h
index 099549cbfbe99..48070c18dfc0c 100644
--- a/include/stdbool.h
+++ b/include/stdbool.h
@@ -26,9 +26,6 @@
* $FreeBSD$
*/
-#ifndef _STDBOOL_H_
-#define _STDBOOL_H_
-
#ifndef __bool_true_false_are_defined
#define __bool_true_false_are_defined 1
@@ -44,5 +41,3 @@ typedef int _Bool;
#endif /* !__cplusplus */
#endif /* __bool_true_false_are_defined */
-
-#endif /* !_STDBOOL_H_ */