libs-base/config/config.setUncaughtExceptionHandler.m
nicola b84001b073 Updated code to compile with GCC 4.6 and the new GNU Objective-C runtime
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31765 72102866-910b-0410-8b05-ffd578937521
2010-12-23 02:23:05 +00:00

9 lines
132 B
Objective-C

#include "objc-common.g"
#include <objc/objc-exception.h>
int main (void)
{
objc_setUncaughtExceptionHandler (0);
return 0;
}