(NSThread _thread_autorelease_pool): New ivar.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1518 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-05-12 00:39:14 +00:00
parent 889c412539
commit 40d6303135

View file

@ -50,6 +50,7 @@ extern NSString *NSThreadExiting;
@private
_objc_thread_t thread_id;
NSMutableDictionary *thread_dictionary;
id _thread_autorelease_pool;
}
+ (NSThread *)currentThread;