(_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:
Andrew McCallum 1997-01-06 22:11:02 +00:00
parent fea767affa
commit 0ffadf7405

View file

@ -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)