mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Patch by jagapen@whitewater.chem.wisc.edu
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6558150ad8
commit
a8ce39437a
1 changed files with 3 additions and 2 deletions
|
@ -110,9 +110,10 @@ extern void _NSRemoveHandler( NSHandler *handler );
|
|||
|
||||
#define NS_HANDLER _NSRemoveHandler(&NSLocalHandler); } else { \
|
||||
NSException *localException; \
|
||||
localException = NSLocalHandler.exception;
|
||||
localException = NSLocalHandler.exception; \
|
||||
{
|
||||
|
||||
#define NS_ENDHANDLER }}
|
||||
#define NS_ENDHANDLER }}}
|
||||
|
||||
#define NS_VALRETURN(val) do { typeof(val) temp = (val); \
|
||||
_NSRemoveHandler(&NSLocalHandler); \
|
||||
|
|
Loading…
Reference in a new issue