mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
Fixup breakage introduced by r39762 and r39764, which apparently were never attempted to compile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39990 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab5285aaab
commit
c9e0bddfd3
2 changed files with 2 additions and 2 deletions
|
@ -1050,7 +1050,7 @@ descriptorOrComparator: (id)descriptorOrComparator
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
NSDebugMLLog(@"GSTimSort",
|
NSDebugMLLog(@"GSTimSort",
|
||||||
"Insertion point for r2 in r1: %lu, r1 for the merge is now %@.",
|
@"Insertion point for r2 in r1: %lu, r1 for the merge is now %@.",
|
||||||
insert, NSStringFromRange(r1));
|
insert, NSStringFromRange(r1));
|
||||||
|
|
||||||
// Find an insertion point for the last element of r1 into r2. Subtracting the
|
// Find an insertion point for the last element of r1 into r2. Subtracting the
|
||||||
|
|
|
@ -42,7 +42,7 @@ static BOOL initialized = NO;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if GS_USE_TIMSORT
|
#if GS_USE_TIMSORT
|
||||||
@interface GSTimSortPlaceHolder : NSObject
|
@interface GSTimSortDescriptor : NSObject
|
||||||
@end
|
@end
|
||||||
#endif
|
#endif
|
||||||
#if GS_USE_QUICKSORT
|
#if GS_USE_QUICKSORT
|
||||||
|
|
Loading…
Reference in a new issue