ObjFW  Check-in [3c3467423a]

Overview
Comment:OFBlock: Fix two bugs

The first was that _Block_object_{assign,dispose} would only be a NOP
when called from a byref helper instead of only being a NOP when called
for an object from a byref helper.

The second was that byref helpers would even be called when there are no
byref helpers (bit 25 in the byref flags needs to be checked -
conveniently, bit 25 indicates copy/dispose helpers in the block literal
flags, too, so that define can be reused).

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3c3467423a9cf105babc034dd3e1a583d4bc0fb16615756017fb9cc0138e3f35
User & Date: js on 2015-08-23 10:34:19
Other Links: manifest | tags
Context
2015-08-23
20:49
Documentation improvements check-in: 366adf9bee user: js tags: trunk
10:34
OFBlock: Fix two bugs check-in: 3c3467423a user: js tags: trunk
2015-08-22
17:10
Documentation fixes check-in: 4a95a92e9d user: js tags: trunk
Changes