ObjFW  Diff

Differences From Artifact [470b88e078]:

To Artifact [f78cb5e637]:


36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#ifndef __MACH__
extern char **environ;
#endif

static OFApplication *app = nil;

static void
atexit_handler()
{
	id <OFApplicationDelegate> delegate = [app delegate];

	[delegate applicationWillTerminate];
}

int







|







36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#ifndef __MACH__
extern char **environ;
#endif

static OFApplication *app = nil;

static void
atexit_handler(void)
{
	id <OFApplicationDelegate> delegate = [app delegate];

	[delegate applicationWillTerminate];
}

int