ObjFW  Diff

Differences From Artifact [3cd60f32da]:

To Artifact [289bb9d695]:


14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 */

#include "config.h"

#import "ObjFW.h"
#import "ObjFWTest.h"

#if (defined(OF_DRAGONFLYBSD) && defined(__LP64__)) || defined(OF_NINTENDO_3DS)
# define TOO_BIG (SIZE_MAX / 3)
#else
# define TOO_BIG (SIZE_MAX - 128)
#endif

@interface MyObject: OFObject
{
	id _objectValue;
	Class _classValue;
	bool _boolValue;
	char _charValue;
	short _shortValue;







<
<
<
<
<
<







14
15
16
17
18
19
20






21
22
23
24
25
26
27
 */

#include "config.h"

#import "ObjFW.h"
#import "ObjFWTest.h"







@interface MyObject: OFObject
{
	id _objectValue;
	Class _classValue;
	bool _boolValue;
	char _charValue;
	short _shortValue;