diff --git a/kernel/constids.inc b/kernel/constids.inc index 2be70694a..d75f0a784 100644 --- a/kernel/constids.inc +++ b/kernel/constids.inc @@ -1,4 +1,10 @@ // These must be in perfect ASCII order!!! + +// Workaround for macos's math.h defining an OVERFLOW macro +#ifdef OVERFLOW +#undef OVERFLOW +#endif + X($_ALDFFE_NNN_) X($_ALDFFE_NNP_) X($_ALDFFE_NPN_)