ObjFW  Diff

Differences From Artifact [c502011fa5]:

To Artifact [470b88e078]:


15
16
17
18
19
20
21





22
23
24
25
26
27
28
29
30
31
32
33

34
35
36

37
38
39
40
41
42
43
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35



36



37
38
39
40
41
42
43
44







+
+
+
+
+









-
-
-
+
-
-
-
+







 */

#include "config.h"

#define OF_APPLICATION_M

#include <stdlib.h>
#include <string.h>

#ifdef __MACH__
# include <crt_externs.h>
#endif

#import "OFApplication.h"
#import "OFString.h"
#import "OFArray.h"
#import "OFDictionary.h"
#import "OFAutoreleasePool.h"

#import "OFNotImplementedException.h"

#include <string.h>

#ifdef __MACH__
#ifndef __MACH__
# include <crt_externs.h>
#else
 extern char **environ;
extern char **environ;
#endif

static OFApplication *app = nil;

static void
atexit_handler()
{