libs-base/config/config.unexpected.m
David Chisnall e8e94cfcfb Fix build with libobjc2.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30967 72102866-910b-0410-8b05-ffd578937521
2010-07-15 09:59:01 +00:00

8 lines
115 B
Objective-C

extern void (*_objc_unexpected_exception)(id);
int main (void)
{
_objc_unexpected_exception = 0;
return 0;
}