explicit initialise of handler

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29516 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-02-08 20:33:40 +00:00
parent b40f7131a7
commit 4e026f6126

View file

@ -52,7 +52,7 @@
#endif
#endif
static NSUncaughtExceptionHandler *_NSUncaughtExceptionHandler;
static NSUncaughtExceptionHandler *_NSUncaughtExceptionHandler = 0;
#define _e_info (((id*)_reserved)[0])
#define _e_stack (((id*)_reserved)[1])