mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
(NS_HANDLER): Change local exception variable name.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1668 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e73d8edcfe
commit
bc94c08299
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Interface for NSException for GNUStep
|
||||
Copyright (C) 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||
Date: 1995
|
||||
|
@ -109,7 +109,7 @@ extern void _NSRemoveHandler( NSHandler *handler );
|
|||
if( !setjmp(NSLocalHandler.jumpState) ) {
|
||||
|
||||
#define NS_HANDLER _NSRemoveHandler(&NSLocalHandler); } else { \
|
||||
NSException *exception = NSLocalHandler.exception;
|
||||
NSException *localException = NSLocalHandler.exception;
|
||||
|
||||
#define NS_ENDHANDLER }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue