This website requires JavaScript.
Explore
Help
Sign in
gnustep
/
libs-base
Watch
0
Star
0
Fork
You've already forked libs-base
0
mirror of
https://github.com/gnustep/libs-base.git
synced
2025-05-04 22:00:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dfdd5d3483
libs-base
/
config
/
config.unexpected.m
8 lines
94 B
Mathematica
Raw
Normal View
History
Unescape
Escape
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
#
include
<
objc
/
objc
-
api
.
h
>
int
main
(
void
)
{
Fix for exception handling with libobjc2 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29247 72102866-910b-0410-8b05-ffd578937521
2010-01-09 07:24:05 +00:00
_objc
_unexpected
_exception
=
0
;
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
return
0
;
}
Reference in a new issue
Copy permalink