ObjFW  Check-in [e9786625a7]

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 | 0.8
Files: files | file ages | folders
SHA3-256: e9786625a715305e4f49aa43d0de69403e49ee0ada8b34552cde6381cba928db
User & Date: js on 2015-08-23 10:42:58
Other Links: branch diff | manifest | tags
Context
2015-08-23
20:54
Documentation improvements check-in: d559a8b0a3 user: js tags: 0.8
10:42
OFBlock: Fix two bugs check-in: e9786625a7 user: js tags: 0.8
10:42
Documentation fixes check-in: d24814b70e user: js tags: 0.8
Changes