mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
53a553fb47
commit
8398b7e156
10 changed files with 545 additions and 703 deletions
|
@ -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 }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue