ObjFW  Diff

Differences From Artifact [31aa00cfbb]:

To Artifact [7e6c4df2bf]:


68
69
70
71
72
73
74
75
76


77
78
79


80
81
82
83
84
85
86
68
69
70
71
72
73
74


75
76
77
78

79
80
81
82
83
84
85
86
87







-
-
+
+


-
+
+








- (void)generate
{
	[_header writeString: COPYRIGHT];
	[_impl writeString: COPYRIGHT];

	[_header writeString:
	    @"/* This file is automatically generated from library.xml */\n"
	    @"\n"];
	    @"/* This file is automatically generated from "
	    @"amiga-library.xml */\n\n"];

	[_impl writeString:
	    @"/* This file is automatically generated from library.xml */\n"
	    @"/* This file is automatically generated from "
	    @"amiga-library.xml */\n"
	    @"\n"
	    @"#include \"config.h\"\n"
	    @"\n"
	    @"#import \"amiga-glue.h\"\n"
	    @"\n"];

	for (OFXMLElement *include in [_library elementsForName: @"include"])