git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-02-25 22:42:58 +00:00
parent 654fd3068a
commit 2c66a6581f

View file

@ -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); \