fixups to avoid future ABI breakage

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36538 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-04-15 09:07:19 +00:00
parent 53a553fb47
commit 8398b7e156
10 changed files with 545 additions and 703 deletions

View file

@ -357,8 +357,8 @@ GS_EXPORT void _NSRemoveHandler( NSHandler *handler );
if( !setjmp(NSLocalHandler.jumpState) ) {
#define NS_HANDLER _NSRemoveHandler(&NSLocalHandler); } else { \
NSException *localException; \
localException = NSLocalHandler.exception; \
NSException __attribute__((unused)) *localException \
= NSLocalHandler.exception; \
{
#define NS_ENDHANDLER }}}