ObjFW  Diff

Differences From Artifact [a4f5d8c32c]:

To Artifact [821a0dbd2f]:


249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
@implementation OFException
+ (instancetype)exception
{
	return [[[self alloc] init] autorelease];
}

#ifdef HAVE_DWARF_EXCEPTIONS
- init
{
	struct backtrace_ctx ctx;

	self = [super init];

	ctx.backtrace = _backtrace;
	ctx.i = 0;







|







249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
@implementation OFException
+ (instancetype)exception
{
	return [[[self alloc] init] autorelease];
}

#ifdef HAVE_DWARF_EXCEPTIONS
- (instancetype)init
{
	struct backtrace_ctx ctx;

	self = [super init];

	ctx.backtrace = _backtrace;
	ctx.i = 0;