ObjFW  Diff

Differences From Artifact [c1b6db103b]:

To Artifact [ce4907a277]:


12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"

#include <stdlib.h>

#import "OFAutoreleasePool.h"
#import "OFAutoreleasePool+Private.h"

#import "macros.h"
#if !defined(OF_HAVE_COMPILER_TLS) && defined(OF_HAVE_THREADS)
# import "threading.h"








<
<







12
13
14
15
16
17
18


19
20
21
22
23
24
25
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"



#import "OFAutoreleasePool.h"
#import "OFAutoreleasePool+Private.h"

#import "macros.h"
#if !defined(OF_HAVE_COMPILER_TLS) && defined(OF_HAVE_THREADS)
# import "threading.h"

178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
	}

	[super dealloc];
}

- retain
{
	[self doesNotRecognizeSelector: _cmd];
	abort();
}

- autorelease
{
	[self doesNotRecognizeSelector: _cmd];
	abort();
}
@end







|
<




|
<


176
177
178
179
180
181
182
183

184
185
186
187
188

189
190
	}

	[super dealloc];
}

- retain
{
	OF_UNRECOGNIZED_SELECTOR

}

- autorelease
{
	OF_UNRECOGNIZED_SELECTOR

}
@end