mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
(NO_INDEX): Change from UINT_MAX to NSNotFound, so that Array and
NSArray can coexist. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1305 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0a4dd31b8a
commit
97e6ad9b21
2 changed files with 2 additions and 4 deletions
|
@ -103,8 +103,7 @@ typedef struct _IndexRange {
|
|||
|
||||
@end
|
||||
|
||||
#include <limits.h>
|
||||
#define NO_INDEX UINT_MAX
|
||||
#define NO_INDEX NSNotFound
|
||||
|
||||
/* xxx Fix this comment: */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue