summaryrefslogtreecommitdiff
path: root/utils/cc/cc.h
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-07-24 11:36:39 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-07-24 11:36:39 +0100
commit1225f7ff0500e9bbec1ca53819afa53a1be10670 (patch)
tree2f6c4fd62845690258ef1516c66f4bb14f298ad2 /utils/cc/cc.h
parentca1718b50d74e8c153f772192f8436c0ede2c990 (diff)
avoid true (or redefine it) in case system includes the _Bool definitions. issue 339
Diffstat (limited to 'utils/cc/cc.h')
-rw-r--r--utils/cc/cc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/cc/cc.h b/utils/cc/cc.h
index 23b1c24b..b5e81653 100644
--- a/utils/cc/cc.h
+++ b/utils/cc/cc.h
@@ -783,3 +783,6 @@ int machcap(Node*);
#pragma varargck type "O" int
#pragma varargck type "T" Type*
#pragma varargck type "|" int
+
+#undef true
+#define true mytrue