diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-07-24 11:36:39 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-07-24 11:36:39 +0100 |
| commit | 1225f7ff0500e9bbec1ca53819afa53a1be10670 (patch) | |
| tree | 2f6c4fd62845690258ef1516c66f4bb14f298ad2 /utils | |
| parent | ca1718b50d74e8c153f772192f8436c0ede2c990 (diff) | |
avoid true (or redefine it) in case system includes the _Bool definitions. issue 339
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/cc/cc.h | 3 |
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 |
