(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:
Andrew McCallum 1996-03-30 22:07:46 +00:00
parent 0a4dd31b8a
commit 97e6ad9b21
2 changed files with 2 additions and 4 deletions

View file

@ -103,8 +103,7 @@ typedef struct _IndexRange {
@end
#include <limits.h>
#define NO_INDEX UINT_MAX
#define NO_INDEX NSNotFound
/* xxx Fix this comment: */