ObjFW  Check-in [879bf12fd0]

Overview
Comment:Small fix in instance.m.

It's possible the constructor gets called too late, thus the check makes
more sense in objc_constructInstance(). This is safe, because even if
there is a data race, sel_registerName() always returns the same result.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 879bf12fd0bef09c38a4b286b63a93739dfcf00f6b42956f0079f3c1e68545bb
User & Date: js on 2012-10-17 20:39:30
Other Links: manifest | tags
Context
2012-10-18
17:33
Fix missing #else. check-in: 7169decdef user: js tags: trunk
2012-10-17
20:39
Small fix in instance.m. check-in: 879bf12fd0 user: js tags: trunk
20:16
Pass exceptions on async I/O. check-in: 6343e04dcd user: js tags: trunk
Changes