libs-base/config/config.unexpected.m
rfm 1459f45289 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;
}