ObjFW  Check-in [ce742708e6]

Overview
Comment:Add -std=gnu99 to OBJCFLAGS in objfw-config.
This is required now as we use restrict.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ce742708e61096f61f550183fc10a96e007ce9a76bf0dae94c9eb2073d495954
User & Date: js on 2011-07-08 19:50:31
Other Links: manifest | tags
Context
2011-07-08
19:58
Fix wrong calculated cStringLength in +[stringWithUTF16String:]. check-in: 2fca00b926 user: js tags: trunk
19:50
Add -std=gnu99 to OBJCFLAGS in objfw-config.
This is required now as we use restrict.
check-in: ce742708e6 user: js tags: trunk
19:15
Rename ivars in OFString struct to prevent prospective name conflicts. check-in: 3ffa55524a user: js tags: trunk
Changes