ObjFW  Check-in [f732bf034e]

Overview
Comment:Always define __STDC_{CONSTANT,LIMIT}_MACROS before libc includes.
This is necessary for ObjC++.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f732bf034e5922e09ffa4d7b3964ec14ccba6ebc9af6973261829e40c97e0ce2
User & Date: js on 2012-02-25 11:24:07
Other Links: manifest | tags
Context
2012-02-27
12:15
Fix a missing include in OFApplication.m. check-in: a01ddc6443 user: js tags: trunk
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
Changes