ObjFW  Diff

Differences From Artifact [f210109307]:

To Artifact [3619228f8c]:


126
127
128
129
130
131
132
133

134
135
136
137
138
139
140
126
127
128
129
130
131
132

133
134
135
136
137
138
139
140







-
+







						    closable: outputClosable];
	of_stderr = [[OFStdIOStream alloc] of_initWithHandle: error
						    closable: errorClosable];
# endif
}
#endif

- init
- (instancetype)init
{
	OF_INVALID_INIT_METHOD
}

#ifndef OF_MORPHOS
- (instancetype)of_initWithFileDescriptor: (int)fd
{
292
293
294
295
296
297
298
299

300
301
302
303
304

305
306
307
308
309
310
311
292
293
294
295
296
297
298

299
300
301
302
303

304
305
306
307
308
309
310
311







-
+




-
+








	_handle = 0;
#endif

	[super close];
}

- autorelease
- (instancetype)autorelease
{
	return self;
}

- retain
- (instancetype)retain
{
	return self;
}

- (void)release
{
}