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:
Niels Grewe 2016-07-12 21:41:27 +00:00
parent ab5285aaab
commit c9e0bddfd3
2 changed files with 2 additions and 2 deletions

View file

@ -1050,7 +1050,7 @@ descriptorOrComparator: (id)descriptorOrComparator
return;
}
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));
// Find an insertion point for the last element of r1 into r2. Subtracting the

View file

@ -42,7 +42,7 @@ static BOOL initialized = NO;
#endif
#if GS_USE_TIMSORT
@interface GSTimSortPlaceHolder : NSObject
@interface GSTimSortDescriptor : NSObject
@end
#endif
#if GS_USE_QUICKSORT