From 682f23e7bb4a52bedf46eff5c4859e1308eda124 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 25 Aug 2015 19:56:24 +0200 Subject: Update build ref --- compatibility/stdbool.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 compatibility/stdbool.h (limited to 'compatibility/stdbool.h') diff --git a/compatibility/stdbool.h b/compatibility/stdbool.h deleted file mode 100644 index 1ea9bb1..0000000 --- a/compatibility/stdbool.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __STDBOOL_REPLACEMENT__H__ -#define __STDBOOL_REPLACEMENT__H__ - -#ifdef _MSC_VER -typedef enum { __bool_must_promote_to_int = -1, false = 0, true = 1 } __bool; -#define bool __bool -#define false 0 -#define true 1 -#endif - -#endif /* __STDBOOL_REPLACEMENT__H__ */ -- cgit v1.2.3