ObjFW  Diff

Differences From Artifact [9a5ab541be]:

To Artifact [3f7f523f6c]:


1
2
3





4
5
framework module ObjFW {
	umbrella header "ObjFW.h"






	export *
}


|
>
>
>
>
>


1
2
3
4
5
6
7
8
9
10
framework module ObjFW {
	umbrella header "ObjFW.h"
	exclude header "atomic_builtins.h"
	exclude header "atomic_no_threads.h"
	exclude header "atomic_osatomic.h"
	exclude header "atomic_powerpc.h"
	exclude header "atomic_sync_builtins.h"
	exclude header "atomic_x86.h"
	export *
}