ObjFW  Diff

Differences From Artifact [18f864f44a]:

To Artifact [b89433fb35]:


33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#import "OFReadFailedException.h"
#import "OFWriteFailedException.h"

OFStdIOStream *of_stdin = nil;
OFStdIOStream *of_stdout = nil;
OFStdIOStream *of_stderr = nil;

@interface OFStdIOStream (OF_PRIVATE_CATEGORY)
- (instancetype)OF_initWithFileDescriptor: (int)fd;
@end

void
of_log(OFConstantString *format, ...)
{
	void *pool = objc_autoreleasePoolPush();







|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#import "OFReadFailedException.h"
#import "OFWriteFailedException.h"

OFStdIOStream *of_stdin = nil;
OFStdIOStream *of_stdout = nil;
OFStdIOStream *of_stderr = nil;

@interface OFStdIOStream ()
- (instancetype)OF_initWithFileDescriptor: (int)fd;
@end

void
of_log(OFConstantString *format, ...)
{
	void *pool = objc_autoreleasePoolPush();