ObjFW  Check-in [3f0940e36d]

Overview
Comment:Use the well hidden __objc_update_dispatch_table_for_class() function.

The old GNU API actually does export a function to update the dtable,
however, it is not defined in the headers anymore starting with gcc 4.6.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3f0940e36d23a847b976ccd4dac2826ff872efed4e17c02c0a3583979dfaf6e9
User & Date: js on 2011-08-03 04:14:18
Other Links: manifest | tags
Context
2011-08-03
16:25
Fix a few OFString tests. check-in: cc93f51348 user: js tags: trunk
04:14
Use the well hidden __objc_update_dispatch_table_for_class() function. check-in: 3f0940e36d user: js tags: trunk
03:53
Always use the old GNU API, even with the new GNU runtime. check-in: 546332b4d7 user: js tags: trunk
Changes