mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +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
1b113ba060
commit
e4b89ea9aa
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>
|
||||
|
||||
* Source/GSHTTPURLHandle.m : removed C99-ism
|
||||
|
|
|
@ -308,8 +308,8 @@ SortRange(id *objects, NSRange range, id *descriptors,
|
|||
if (count > 1 && numDescriptors > 0)
|
||||
{
|
||||
id descriptors[numDescriptors];
|
||||
GS_BEGINIDBUF(objects, count);
|
||||
NSArray *a;
|
||||
GS_BEGINIDBUF(objects, count);
|
||||
|
||||
[self getObjects: objects];
|
||||
[sortDescriptors getObjects: descriptors];
|
||||
|
|
Loading…
Reference in a new issue