libs-base/Headers
Riccardo Mottola 943f8d82c3 Separate __has_attribute test from actual usage, as per GCC
documentaiton.

The first `#if' test succeeds only when the operator is supported by the version of GCC (or another compiler) being used. Only when that test succeeds is it valid to use __has_attribute as a preprocessor operator. As a result, combining the two tests into a single expression as shown below would only be valid with a compiler that supports the operator but not with others that don't.

https://gcc.gnu.org/onlinedocs/cpp/_005f_005fhas_005fattribute.html
2025-01-20 12:47:41 +01:00
..
CoreFoundation Separate __has_attribute test from actual usage, as per GCC 2025-01-20 12:47:41 +01:00
Foundation Simplify by removng unnecessary argument in new callback 2025-01-04 16:50:13 +00:00
GNUstepBase Updates to handle entity resolution for libxml2-2.13.? 2025-01-15 09:23:59 +00:00
ObjectiveC2/objc Consistently use __typeof__() rather than typeof() or __typeof() for compatibility (GCC and clang and, perhaps, other future compilers) irrespective of -std= compilation options. 2020-12-15 13:01:00 +00:00