ObjFW  Diff

Differences From Artifact [400eee9b4e]:

To Artifact [b40bf8527b]:


16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

#include "config.h"

#import "OFOptionsParser.h"
#import "OFApplication.h"
#import "OFArray.h"

#import "autorelease.h"
#import "macros.h"

@implementation OFOptionsParser
+ (instancetype)parserWithOptions: (OFString*)options
{
	return [[[self alloc] initWithOptions: options] autorelease];
}

- init







<
<
<







16
17
18
19
20
21
22



23
24
25
26
27
28
29

#include "config.h"

#import "OFOptionsParser.h"
#import "OFApplication.h"
#import "OFArray.h"




@implementation OFOptionsParser
+ (instancetype)parserWithOptions: (OFString*)options
{
	return [[[self alloc] initWithOptions: options] autorelease];
}

- init