ObjFW  Diff

Differences From Artifact [a5d3d0949f]:

To Artifact [4e245e9c8a]:


329
330
331
332
333
334
335
336

337
338
339
340
341
329
330
331
332
333
334
335

336
337
338
339
340
341







-
+






	[f writeString:
	    @"extern const of_unichar_t* const\n"
	    @"    of_unicode_upper_table[OF_UNICODE_UPPER_TABLE_SIZE];\n"
	    @"extern const of_unichar_t* const\n"
	    @"    of_unicode_lower_table[OF_UNICODE_LOWER_TABLE_SIZE];\n"
	    @"extern const of_unichar_t* const\n"
	    @"    of_unicode_lower_table["
	    @"    of_unicode_casefolding_table["
	    @"OF_UNICODE_CASEFOLDING_TABLE_SIZE];\n"];

	[pool release];
}
@end