From 60210334fa3dbd5dd168199063c6ee850d750d0c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 21 Feb 2010 17:45:55 -0800 Subject: Imported Upstream version 0.10 --- portable/stdbool.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'portable/stdbool.h') diff --git a/portable/stdbool.h b/portable/stdbool.h index 61dd8a1..bfbf4c4 100644 --- a/portable/stdbool.h +++ b/portable/stdbool.h @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Portability wrapper around . * * Provides the bool and _Bool types and the true and false constants, @@ -16,7 +15,9 @@ #if HAVE_STDBOOL_H # include #else -# if !HAVE__BOOL +# if HAVE__BOOL +# define bool _Bool +# else # ifdef __cplusplus typedef bool _Bool; # elif _WIN32 -- cgit v1.2.3