From 4e026f61262ff187f29c44f1c965e46090509068 Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 8 Feb 2010 20:33:40 +0000 Subject: [PATCH] explicit initialise of handler git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29516 72102866-910b-0410-8b05-ffd578937521 --- Source/NSException.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSException.m b/Source/NSException.m index 62c74eab1..69a3ff904 100644 --- a/Source/NSException.m +++ b/Source/NSException.m @@ -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])