Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closure: make
Block_descriptor_1
conform to the ABI
The Blocks ABI v1 used `unsigned long int` for the `size` and `reserved` fields. On LLP64 targets (e.g. Windows x86_64), `uintptr_t` is larger than `unsigned long int`. Adjust the types to make the definition conform to the ABI specification.
- Loading branch information