diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-02-10 18:59:54 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-02-11 14:55:35 +0200 |
| commit | ad2b1bc0c3d85cb34b70e1750507a12b462c2ac7 (patch) | |
| tree | 2788900f0ea1c64dd464e7c33b9d05ed97038588 /include/global.h | |
| parent | 16d8e144888299dc2804579ad4b6c77bef8bd5bb (diff) | |
Remove boolcast uses from code
Diffstat (limited to 'include/global.h')
| -rw-r--r-- | include/global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 8521b77c..5664b1f5 100644 --- a/include/global.h +++ b/include/global.h @@ -65,7 +65,6 @@ #define min(a, b) ((a) < (b) ? (a) : (b)) #define max(a, b) ((a) >= (b) ? (a) : (b)) -#define BOOLCAST(x) ((-(x) | (x)) >> 31) #define static_assert(cond) extern char assertion[(cond) ? 1 : -1] #define super (&this->base) |
