aboutsummaryrefslogtreecommitdiff
path: root/backend/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/defines.h')
-rw-r--r--backend/defines.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/backend/defines.h b/backend/defines.h
index 9940b7b..fa634e5 100644
--- a/backend/defines.h
+++ b/backend/defines.h
@@ -30,19 +30,10 @@ extern "C"
#define MM_PER_INCH 25.4 /* exactly */
-#ifndef __cplusplus
-/*! A C++ Boolean type and corresponding keywords for our C code.
- */
-typedef enum {
- false = 0,
- true
-} bool;
-#endif
-
-
/* Run-time contract validation.
*/
#include <stdlib.h>
+#include <stdbool.h>
#include "message.h"
#define _assert(type,condition) \