move GNUstep.h into common.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29727 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-25 05:26:57 +00:00
parent 6a0663533a
commit b1e904b3ae
12 changed files with 4 additions and 10 deletions

View file

@ -450,7 +450,7 @@ static pthread_mutex_t *allocationLock = NULL;
/**
* Returns the receivers reference count.
*/
- (unsigned int) retainCount
- (NSUInteger) retainCount
{
return gc.flags.refCount;
}