Various tidyups and optimisations

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4951 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-09-28 08:48:27 +00:00
parent 4fa2ce8d78
commit 0294d782e8
8 changed files with 258 additions and 168 deletions

View file

@ -57,7 +57,7 @@
@implementation NSGCountedSetEnumerator
- initWithSet: (NSSet*)d
- (id) initWithSet: (NSSet*)d
{
self = [super init];
if (self)
@ -68,7 +68,7 @@
return self;
}
- nextObject
- (id) nextObject
{
GSIMapNode old = node;