Ivar underscore prefixes added and some tidying done.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4902 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-09-16 07:21:34 +00:00
parent aeae4c5e6f
commit 211089cd20
69 changed files with 2340 additions and 2203 deletions

View file

@ -62,7 +62,7 @@
@implementation NSGSetEnumerator
- initWithSet: (NSSet*)d
- (id) initWithSet: (NSSet*)d
{
[super init];
set = (NSGSet*)RETAIN(d);
@ -70,7 +70,7 @@
return self;
}
- nextObject
- (id) nextObject
{
GSIMapNode old = node;