More ARC fixes. We don't want to be using __strong void* in ARC mode (it only makes sense in GC mode and is invalid in ARC mode).

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33411 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-06-29 15:21:02 +00:00
parent faa2c2a63f
commit 276046a76c
4 changed files with 14 additions and 4 deletions

View file

@ -19,6 +19,7 @@
*/
#import "GNUstepBase/preface.h"
#import "common.h"
#import "Foundation/NSString.h"
#import "Foundation/NSAutoreleasePool.h"