ObjFW  Diff

Differences From Artifact [e134a30212]:

To Artifact [dce8205ead]:


272
273
274
275
276
277
278
279

280
281
282

283
284
285
286
287
288
289
272
273
274
275
276
277
278

279
280
281

282
283
284
285
286
287
288
289







-
+


-
+








- (void)writeFiles
{
	OFURL *URL;

	[of_stdout writeString: @"Writing files…"];

	URL = [OFURL fileURLWithPath: @"../src/unicode.m"];
	URL = [OFURL fileURLWithPath: @"../../src/unicode.m"];
	[self writeTablesToFile: URL.fileSystemRepresentation];

	URL = [OFURL fileURLWithPath: @"../src/unicode.h"];
	URL = [OFURL fileURLWithPath: @"../../src/unicode.h"];
	[self writeHeaderToFile: URL.fileSystemRepresentation];

	[of_stdout writeLine: @" done"];

	[OFApplication terminate];
}