mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Update Headers/Foundation/NSObjCRuntime.h
improve comment Co-authored-by: Frederik Seiffert <frederik@algoriddim.com>
This commit is contained in:
parent
6e39f11098
commit
bce2a0bc96
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@ typedef NS_ENUM(NSInteger, NSComparisonResult)
|
|||
};
|
||||
|
||||
// check for older versions of GCC and try to ignore clang pretending to know GNUC dialects
|
||||
// in order to work around error "initializer element is not constant" in older GCC versions
|
||||
#if defined(__GNUC__) && !defined(__clang__) && GCC_VERSION < 80000
|
||||
enum {NSNotFound = NSIntegerMax};
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue