Changes by wacko@power1.snu.ac.kr (Yoo C. Chung). See ChangeLog Feb 4

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2205 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1997-03-03 19:56:37 +00:00
parent 59c8388bae
commit 9cd3003d2c
5 changed files with 158 additions and 154 deletions

View file

@ -120,6 +120,8 @@ static BOOL entered_multi_threaded_state;
toTarget:(id)aTarget
withObject:(id)anArgument
{
entered_multi_threaded_state = YES;
// Have the runtime detach the thread
objc_thread_detach (aSelector, aTarget, anArgument);
@ -189,11 +191,13 @@ static BOOL entered_multi_threaded_state;
objc_thread_exit ();
}
/* Not in OpenStep. */
- (NSHandler*)exceptionHandler
{
return _exception_handler;
}
/* Not in OpenStep. */
- (void)setExceptionHandler: (NSHandler*)handler
{
_exception_handler = handler;