mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
explicit initialise of handler
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29516 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b40f7131a7
commit
4e026f6126
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static NSUncaughtExceptionHandler *_NSUncaughtExceptionHandler;
|
static NSUncaughtExceptionHandler *_NSUncaughtExceptionHandler = 0;
|
||||||
|
|
||||||
#define _e_info (((id*)_reserved)[0])
|
#define _e_info (((id*)_reserved)[0])
|
||||||
#define _e_stack (((id*)_reserved)[1])
|
#define _e_stack (((id*)_reserved)[1])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue