ObjFW  Diff

Differences From Artifact [4964b69439]:

To Artifact [33c24fc753]:


1
2
3
4
5
6
7
8
9
10
11




12
13

14
15
16
1
2
3
4
5
6
7




8
9
10
11


12
13
14
15







-
-
-
-
+
+
+
+
-
-
+



framework module ObjFW {
	umbrella header "ObjFW.h"

	/*
	 * These are included by OFAtomic.h, but should never be included
	 * directly.
	 */
	exclude header "OFAtomic_builtins.h"
	exclude header "OFAtomic_no_threads.h"
	exclude header "OFAtomic_osatomic.h"
	exclude header "OFAtomic_powerpc.h"
	exclude header "platform/GCC4/OFAtomic.h"
	exclude header "platform/GCC4.7/OFAtomic.h"
	exclude header "platform/PowerPC/OFAtomic.h"
	exclude header "platform/macOS/OFAtomic.h"
	exclude header "OFAtomic_sync_builtins.h"
	exclude header "OFAtomic_x86.h"
	exclude header "platform/x86/OFAtomic.h"

	export *
}