mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(_NSUncaughtExceptionHandler): Don't declare it static. (Reported by
John Hethcox <johnhe@vnet.net>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2013 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fea767affa
commit
0ffadf7405
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* NSException - Object encapsulation of a general exception handler
|
||||
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||
Date: Mar 1995
|
||||
|
@ -41,7 +41,7 @@ NSString *NSRangeException = @"NSRangeException";
|
|||
/* FIXME: Not thread safe - probably need one for each thread. */
|
||||
static NSMutableArray *e_queue;
|
||||
|
||||
static NSUncaughtExceptionHandler *_NSUncaughtExceptionHandler;
|
||||
NSUncaughtExceptionHandler *_NSUncaughtExceptionHandler;
|
||||
|
||||
static volatile void
|
||||
_NSFoundationUncaughtExceptionHandler(NSException *exception)
|
||||
|
|
Loading…
Reference in a new issue