ObjFW  Check-in [39ef493222]

Overview
Comment:Explicitly exclude atomic_*.h in module.map
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 39ef49322232432dd89d158d8b88cd79a457f9e54cf61099827a95c4b9ca53cb
User & Date: js on 2016-10-08 15:58:10
Other Links: manifest | tags
Context
2016-10-09
00:12
Xcode project: Properly enable module support check-in: 5c44467987 user: js tags: trunk
2016-10-08
15:58
Explicitly exclude atomic_*.h in module.map check-in: 39ef493222 user: js tags: trunk
15:58
Undefine OF_HAVE_PROCESSES on iOS check-in: 0e4b4a63f2 user: js tags: trunk
Changes

Modified misc/module.map from [9a5ab541be] to [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 *
}