From 9a0eecb7537a3ebcc53e3286d5ee040173089bef Mon Sep 17 00:00:00 2001 From: Giel van Schijndel Date: Sun, 2 Dec 2007 00:03:52 +0000 Subject: [PATCH] * Revert accidental commit of exceptionhandler in r2952 git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2953 4a71c877-e1ca-e34f-864e-861f7616d084 --- lib/framework/exceptionhandler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/framework/exceptionhandler.c b/lib/framework/exceptionhandler.c index f0360cee9..d0c0c78ff 100644 --- a/lib/framework/exceptionhandler.c +++ b/lib/framework/exceptionhandler.c @@ -577,7 +577,6 @@ static void posixExceptionHandler(int signum, siginfo_t * siginfo, WZ_DECL_UNUSE */ void setupExceptionHandler(const char * programCommand) { - return; #if defined(WZ_OS_WIN) SetUnhandledExceptionFilter(windowsExceptionHandler); #elif defined(WZ_OS_UNIX) && !defined(WZ_OS_MAC)