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-04-24 17:28:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
master
libs-base
/
config
/
config.set_unexpected.m
9 lines
85 B
Mathematica
Raw
Permalink
Normal View
History
Unescape
Escape
Attempts to cope with new runtime's failure to link without base. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29636 72102866-910b-0410-8b05-ffd578937521
2010-02-15 09:35:20 +00:00
#
include
"objc-common.g"
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
int
main
(
void
)
{
objc_set
_unexpected
(
0
)
;
return
0
;
}
Reference in a new issue
Copy permalink