From b5442819f5ee5ad90c64e511363456cc6b0ead38 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 13 Oct 2015 01:13:04 +0200 Subject: guard stdbool.h with __bool_true_false_are_defined rather than _STDBOOL_H to let the macros to be undefined, and then redefined by including stdbool.h again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/stdbool.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/stdbool.h b/include/stdbool.h index ed160a8..d68b829 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -15,8 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef _STDBOOL_H -#define _STDBOOL_H +#ifndef __bool_true_false_are_defined #include #include -- cgit v1.2.3-70-g09d2