remove use of obsolete define

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29726 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-25 05:09:44 +00:00
parent 8da37b5bf9
commit 6a0663533a

View file

@ -57,7 +57,7 @@ static GSLazyRecursiveLock *local_lock = nil;
@end
GS_STATIC_INLINE id
static inline id
newLockAt(Class self, SEL _cmd, id *location)
{
if (location == 0)