ObjFW  Check-in [8d6d57dfd1]

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 | trunk
Files: files | file ages | folders
SHA3-256: 8d6d57dfd134e8f1c80a659855a78b3786e48e66290b1d033cc0d07c59abbba8
User & Date: js on 2012-02-24 20:38:35
Other Links: manifest | tags
Context
2012-02-25
11:24
Always define __STDC_{CONSTANT,LIMIT}_MACROS before libc includes.
This is necessary for ObjC++.
check-in: f732bf034e user: js tags: trunk
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: 8d6d57dfd1 user: js tags: trunk
2012-02-21
19:59
Don't try to use SIG{HUP,USR1,USR2} on Windows. check-in: e345013735 user: js tags: trunk
Changes