ObjFW  Check-in [8525f9600e]

Overview
Comment:Add class_registerAlias_np().

It's required by Clang for @compatibility_alias, even with the fragile
ABI. This might be a bug in Clang, as _np means non-portable and Clang
should not just emit references to such symbols.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | runtime
Files: files | file ages | folders
SHA3-256: 8525f9600e748a5daa70a607c80a04b679a46f98ce7711b071193aa962017189
User & Date: js on 2012-04-22 15:56:13
Other Links: branch diff | manifest | tags
Context
2012-04-22
16:02
Add --enable-runtime. check-in: 5ca3d6302a user: js tags: runtime
15:56
Add class_registerAlias_np(). check-in: 8525f9600e user: js tags: runtime
12:15
A few casts to make Clang happy. check-in: e1586f4dce user: js tags: runtime
Changes