From e7453e543be86bc1e3445f98c736f484242afbf6 Mon Sep 17 00:00:00 2001
From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com>
Date: Thu, 12 Sep 2013 22:37:16 +0200
Subject: [PATCH] we didn't need that #ifndef anyway

---
 src/test_suite.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/test_suite.h b/src/test_suite.h
index 76c6d780..bd13a882 100644
--- a/src/test_suite.h
+++ b/src/test_suite.h
@@ -25,10 +25,6 @@ extern "C" {
 #include <boost/variant.hpp>
 #endif
 
-#ifndef __cplusplus
-typedef int bool;
-#endif
-
 // Equivalent to g_assert_*, but not using g_assert...
 #define g_check_inttype(fmt, typ, n1, op, n2) do {				\
     typ _n1 = (n1);							\
-- 
GitLab