mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Everywhere: Remove all KERNEL #defines
This commit is contained in:
committed by
Andreas Kling
parent
de99dd2c89
commit
5ca2f4dfd7
@@ -201,11 +201,9 @@ requires(!IsIntegral<T>)
|
||||
__DEFINE_GENERIC_ABS(int, 0, abs);
|
||||
__DEFINE_GENERIC_ABS(long, 0L, labs);
|
||||
__DEFINE_GENERIC_ABS(long long, 0LL, llabs);
|
||||
#ifndef KERNEL
|
||||
__DEFINE_GENERIC_ABS(float, 0.0F, fabsf);
|
||||
__DEFINE_GENERIC_ABS(double, 0.0, fabs);
|
||||
__DEFINE_GENERIC_ABS(long double, 0.0L, fabsl);
|
||||
#endif
|
||||
|
||||
#undef __DEFINE_GENERIC_ABS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user