mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
removed C99-ism
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25042 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
149145082b
commit
5deb9fca83
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-04-13 Ricccardo Mottola <riccardo@kaffe.org>
|
||||||
|
|
||||||
|
* Source/NSSortDescriptor.m : removed C99-ism
|
||||||
|
|
||||||
2007-04-13 Ricccardo Mottola <riccardo@kaffe.org>
|
2007-04-13 Ricccardo Mottola <riccardo@kaffe.org>
|
||||||
|
|
||||||
* Source/GSHTTPURLHandle.m : removed C99-ism
|
* Source/GSHTTPURLHandle.m : removed C99-ism
|
||||||
|
|
|
@ -308,8 +308,8 @@ SortRange(id *objects, NSRange range, id *descriptors,
|
||||||
if (count > 1 && numDescriptors > 0)
|
if (count > 1 && numDescriptors > 0)
|
||||||
{
|
{
|
||||||
id descriptors[numDescriptors];
|
id descriptors[numDescriptors];
|
||||||
GS_BEGINIDBUF(objects, count);
|
|
||||||
NSArray *a;
|
NSArray *a;
|
||||||
|
GS_BEGINIDBUF(objects, count);
|
||||||
|
|
||||||
[self getObjects: objects];
|
[self getObjects: objects];
|
||||||
[sortDescriptors getObjects: descriptors];
|
[sortDescriptors getObjects: descriptors];
|
||||||
|
|
Loading…
Reference in a new issue