libs-base/config/config.unexpected.m
Richard Frith-MacDonald 74f4c00f53 Add uncaught exception handler for native objc exceptions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27168 72102866-910b-0410-8b05-ffd578937521
2008-11-28 15:38:48 +00:00

7 lines
86 B
Objective-C

#include <objc/objc-api.h>
int main (void)
{
objc_set_unexpected(0);
return 0;
}