ObjFW  Check-in [c8a5922af2]

Overview
Comment:Don't use OF_INLINE where the function contains a @try block.
Doing so does not work if exceptions are SJLJ.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.6
Files: files | file ages | folders
SHA3-256: c8a5922af2c10bf20ecee97f2b90fb9bc37e53e30ea13e5dcd7a7fdcf5636e4e
User & Date: js on 2012-02-24 20:38:35
Other Links: branch diff | manifest | tags
Context
2012-02-25
11:24
Always define __STDC_{CONSTANT,LIMIT}_MACROS before libc includes.
This is necessary for ObjC++.
check-in: 99ed50a5e4 user: js tags: 0.6
2012-02-24
20:38
Don't use OF_INLINE where the function contains a @try block.
Doing so does not work if exceptions are SJLJ.
check-in: c8a5922af2 user: js tags: 0.6
2012-02-21
19:59
Don't try to use SIG{HUP,USR1,USR2} on Windows. check-in: cf4be9e865 user: js tags: 0.6
Changes