ObjFW  Check-in [35b6a34c32]

Overview
Comment:condition.h: Remove OF_ASSUME_NONNULL_{BEGIN,END}

This must not be here as then everything would need to have nullability
annotations, which causes problems for types that are pointers on some
systems but not on others.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 35b6a34c32bac6a386870c7965b3da2c97e756f256c11739e97e2ef718398f4e
User & Date: js on 2019-09-01 18:50:10
Other Links: manifest | tags
Context
2019-09-07
23:28
Fix async connect with epoll check-in: 846125bed6 user: js tags: trunk
2019-09-01
18:50
condition.h: Remove OF_ASSUME_NONNULL_{BEGIN,END} check-in: 35b6a34c32 user: js tags: trunk
18:28
configure: Fix fallback for broken _Thread_local check-in: bdc7c52a44 user: js tags: trunk
Changes