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 1999-02-25 22:42:58 +00:00
parent 6558150ad8
commit a8ce39437a

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