ObjFW  Diff

Differences From Artifact [57fc880c35]:

To Artifact [7e5d27d097]:


19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

#include <string.h>

#if !defined(__STDC_NO_COMPLEX__) && defined(HAVE_COMPLEX_H)
# include <complex.h>
#endif

#import "OFMethodSignature.h"
#import "OFAutoreleasePool.h"

#import "OFInvalidFormatException.h"

#import "TestsAppDelegate.h"

static OFString *module = @"OFMethodSignature";

struct test1_struct {
	char c;
	int i;







<
<
<
<
<







19
20
21
22
23
24
25





26
27
28
29
30
31
32

#include <string.h>

#if !defined(__STDC_NO_COMPLEX__) && defined(HAVE_COMPLEX_H)
# include <complex.h>
#endif






#import "TestsAppDelegate.h"

static OFString *module = @"OFMethodSignature";

struct test1_struct {
	char c;
	int i;