mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 22:44:46 -04:00
Remove boolcast uses from code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user