Optimisation mostly

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4098 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-04-19 14:29:52 +00:00
parent 832c4c2ec2
commit 84e7ffcdef
17 changed files with 697 additions and 319 deletions

View file

@ -38,7 +38,7 @@ static NSString *dict_key = @"_NSAssertionHandler";
NSMutableDictionary *dict;
NSAssertionHandler *handler;
dict = [[NSThread currentThread] threadDictionary];
dict = GSCurrentThreadDictionary();
handler = [dict objectForKey: dict_key];
if (handler == nil)
{