Monotone-Parent: 0cee430f2a0dfc64e4d3616db2934929c59abbbf

Monotone-Revision: a311d7d0d46a40428355d5d16855425659aafddf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-12-04T16:53:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-12-04 16:53:32 +00:00
parent 296245f3c1
commit d68bfa6b96
2 changed files with 10 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ include ../Version
include ./Version
ADDITIONAL_INCLUDE_DIRS += -I../SOPE/
ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/
ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/ -lbfd
SOGOD = sogod-$(MAJOR_VERSION).$(MINOR_VERSION)
TOOL_NAME = $(SOGOD)

View File

@@ -36,6 +36,9 @@
#include <Foundation/NSProcessInfo.h>
#include <Foundation/NSThread.h>
#if GNUSTEP_BASE_MAJOR_VERSION >= 1
#if GNUSTEP_BASE_MINOR_VERSION > 13
//
//
//
@@ -65,12 +68,14 @@ _NSFoundationUncaughtExceptionHandler (NSException *exception)
//
//
//
#define STACKSYMBOLS 1
@interface GSStackTrace : NSObject
{
NSMutableArray *frames;
}
+ (GSStackTrace*) currentStack;
- (NSString*) description;
@@ -81,7 +86,7 @@ _NSFoundationUncaughtExceptionHandler (NSException *exception)
@end
#if defined(STACKSYMBOLS)
#ifdef STACKSYMBOLS
// GSStackTrace inspired by FYStackTrace.m
// created by Wim Oudshoorn on Mon 11-Apr-2006
@@ -538,3 +543,6 @@ GSLoadModule(NSString *fileName)
}
@end
#endif /* GNUSTEP_BASE_MINOR_VERSION */
#endif /* GNUSTEP_BASE_MAJOR_VERSION */