git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14730 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-10-12 06:49:55 +00:00
parent eed00f55bf
commit 70754288cf

View file

@ -1171,8 +1171,6 @@
}
[a removeAllObjects]; // Parsed base type
[d setObject: t forKey: @"BaseType"];
RELEASE(t);
/*
* Handle protocol specification if necessary
@ -1191,10 +1189,14 @@
pos++;
[self parseSpace];
[a sortUsingSelector: @selector(compare:)];
[d setObject: [a componentsJoinedByString: @","] forKey: @"Protocols"];
[t appendString: @"<"];
[t appendString: [a componentsJoinedByString: @","]];
[t appendString: @">"];
[a removeAllObjects];
}
[d setObject: t forKey: @"BaseType"];
RELEASE(t);
/*
* Set the 'Kind' of declaration ... one of 'Types', 'Functions',
* 'Variables', or 'Constants'